Searched refs:RX_DONE (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/i2c/ |
H A D | aspeed_i2c.c | 56 SHARED_ARRAY_FIELD_EX32(bus->regs, reg_intr_sts, RX_DONE) ? in aspeed_i2c_bus_raise_interrupt() 374 SHARED_ARRAY_FIELD_DP32(bus->regs, reg_intr_sts, RX_DONE, 1); in aspeed_i2c_handle_rx_cmd() 537 !SHARED_ARRAY_FIELD_EX32(bus->regs, reg_intr_sts, RX_DONE)) { in aspeed_i2c_bus_handle_cmd() 592 handle_rx = SHARED_ARRAY_FIELD_EX32(bus->regs, R_I2CM_INTR_STS, RX_DONE) in aspeed_i2c_bus_new_write() 593 && SHARED_FIELD_EX32(value, RX_DONE); in aspeed_i2c_bus_new_write() 826 handle_rx = SHARED_ARRAY_FIELD_EX32(bus->regs, R_I2CD_INTR_STS, RX_DONE) in aspeed_i2c_bus_old_write() 827 && SHARED_FIELD_EX32(value, RX_DONE); in aspeed_i2c_bus_old_write() 1310 SHARED_ARRAY_FIELD_DP32(bus->regs, R_I2CS_INTR_STS, RX_DONE, 1); in aspeed_i2c_bus_new_slave_event() 1342 SHARED_ARRAY_FIELD_DP32(bus->regs, reg_intr_sts, RX_DONE, 1); in aspeed_i2c_bus_slave_event() 1389 SHARED_ARRAY_FIELD_DP32(bus->regs, reg_intr_sts, RX_DONE, 1); in aspeed_i2c_bus_slave_send_async()
|
/openbmc/linux/drivers/media/cec/platform/meson/ |
H A D | ao-cec.c | 204 #define RX_DONE 2 /* Message has been received successfully */ macro 432 if (reg != RX_DONE) in meson_ao_cec_irq_rx()
|
/openbmc/qemu/include/hw/i2c/ |
H A D | aspeed_i2c.h | 111 SHARED_FIELD(RX_DONE, 2, 1)
|