Searched refs:tx_fifo_sts (Results 1 – 1 of 1) sorted by relevance
441 u8 tx_fifo_sts; in npcm_i2c_tx_fifo_empty() local443 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()