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

/linux-master/drivers/i2c/busses/
H A Di2c-npcm7xx.c268 u8 rxf_sts_rx_bytes; member in struct:npcm_i2c_data
276 .rxf_sts_rx_bytes = GENMASK(4, 0),
284 .rxf_sts_rx_bytes = GENMASK(5, 0),
472 if ((rx_fifo_sts & bus->data->rxf_sts_rx_bytes) == 0)
759 return (bus->data->rxf_sts_rx_bytes &

Completed in 200 milliseconds