Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-axxia.c95 #define SLV_FIFO_DV1 BIT(0) /* Data Valid for addr_1 */ macro
102 #define SLV_FIFO_DV (SLV_FIFO_DV1 | SLV_FIFO_DV2)
322 if (fifo_status & SLV_FIFO_DV1) { in axxia_i2c_slv_fifo_event()