Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-npcm7xx.c267 u8 txf_sts_tx_bytes; member
275 .txf_sts_tx_bytes = GENMASK(4, 0),
283 .txf_sts_tx_bytes = GENMASK(5, 0),
460 if ((tx_fifo_sts & bus->data->txf_sts_tx_bytes) == 0) in npcm_i2c_tx_fifo_empty()
757 return (bus->data->txf_sts_tx_bytes & in npcm_i2c_fifo_usage()
1011 left_in_fifo = bus->data->txf_sts_tx_bytes & in npcm_i2c_slave_wr_buf_sync()