Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/i2c/busses/
Di2c-npcm7xx.c441 u8 tx_fifo_sts; in npcm_i2c_tx_fifo_empty() local
443 tx_fifo_sts = ioread8(bus->reg + NPCM_I2CTXF_STS); in npcm_i2c_tx_fifo_empty()
445 if ((tx_fifo_sts & NPCM_I2CTXF_STS_TX_BYTES) == 0) in npcm_i2c_tx_fifo_empty()
449 return !!FIELD_GET(NPCM_I2CTXF_STS_TX_THST, tx_fifo_sts); in npcm_i2c_tx_fifo_empty()