Home
last modified time | relevance | path

Searched refs:reg_stat (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/i2c/
Di2c_andes_atciic100.c512 static void i2c_cmpl_handler(const struct device *dev, uint32_t reg_stat) in i2c_cmpl_handler() argument
594 uint32_t reg_stat, uint32_t reg_ctrl) in andes_i2c_target_event() argument
604 if (reg_stat & STATUS_ADDR_HIT) { in andes_i2c_target_event()
626 if (reg_stat & STATUS_BYTE_RECV) { in andes_i2c_target_event()
632 if ((reg_stat & STATUS_CMPL) == 0) { in andes_i2c_target_event()
640 } else if (reg_stat & STATUS_BYTE_TRANS) { in andes_i2c_target_event()
646 if (reg_stat & STATUS_CMPL) { in andes_i2c_target_event()
647 i2c_cmpl_handler(dev, reg_stat); in andes_i2c_target_event()
697 uint32_t reg_set, reg_stat = 0, reg_ctrl = 0; in i2c_atciic100_irq_handler() local
699 reg_stat = sys_read32(I2C_STAT(dev)); in i2c_atciic100_irq_handler()
[all …]