Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-bcm-iproc.c105 #define IS_S_RX_FIFO_FULL_SHIFT 26 macro
224 | BIT(IS_S_TX_UNDERRUN_SHIFT) | BIT(IS_S_RX_FIFO_FULL_SHIFT)\
516 status & BIT(IS_S_RX_FIFO_FULL_SHIFT)) { in bcm_iproc_i2c_slave_isr()
533 if (status & BIT(IS_S_RX_FIFO_FULL_SHIFT)) { in bcm_iproc_i2c_slave_isr()
534 val = BIT(IS_S_RX_FIFO_FULL_SHIFT); in bcm_iproc_i2c_slave_isr()