Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-npcm7xx.c437 u8 tx_fifo_sts; in npcm_i2c_tx_fifo_empty() local
439 tx_fifo_sts = ioread8(bus->reg + NPCM_I2CTXF_STS); in npcm_i2c_tx_fifo_empty()
441 if ((tx_fifo_sts & NPCM_I2CTXF_STS_TX_BYTES) == 0) in npcm_i2c_tx_fifo_empty()
445 return !!FIELD_GET(NPCM_I2CTXF_STS_TX_THST, tx_fifo_sts); in npcm_i2c_tx_fifo_empty()
/kernel/linux/linux-6.6/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()

Completed in 6 milliseconds