Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/i2c/busses/
Di2c-tegra.c53 #define I2C_FIFO_STATUS_TX GENMASK(7, 4) macro
802 tx_fifo_avail = FIELD_GET(I2C_FIFO_STATUS_TX, val); in tegra_i2c_fill_tx_fifo()