Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-npcm7xx.c469 u8 rx_fifo_sts; in npcm_i2c_rx_fifo_full() local
471 rx_fifo_sts = ioread8(bus->reg + NPCM_I2CRXF_STS); in npcm_i2c_rx_fifo_full()
473 if ((rx_fifo_sts & bus->data->rxf_sts_rx_bytes) == 0) in npcm_i2c_rx_fifo_full()
477 return !!FIELD_GET(NPCM_I2CRXF_STS_RX_THST, rx_fifo_sts); in npcm_i2c_rx_fifo_full()