Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-npcm7xx.c456 u8 tx_fifo_sts; in npcm_i2c_tx_fifo_empty() local
458 tx_fifo_sts = ioread8(bus->reg + NPCM_I2CTXF_STS); in npcm_i2c_tx_fifo_empty()
460 if ((tx_fifo_sts & bus->data->txf_sts_tx_bytes) == 0) in npcm_i2c_tx_fifo_empty()
464 return !!FIELD_GET(NPCM_I2CTXF_STS_TX_THST, tx_fifo_sts); in npcm_i2c_tx_fifo_empty()