Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-tegra.c130 #define I2C_MST_FIFO_CONTROL_TX_TRIG(x) (((x) - 1) << 16) macro
1020 val = I2C_MST_FIFO_CONTROL_TX_TRIG(dma_burst); in tegra_i2c_config_fifo_trig()
1039 val = I2C_MST_FIFO_CONTROL_TX_TRIG(8) | in tegra_i2c_config_fifo_trig()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-tegra.c131 #define I2C_MST_FIFO_CONTROL_TX_TRIG(x) (((x) - 1) << 16) macro
1014 val = I2C_MST_FIFO_CONTROL_TX_TRIG(dma_burst); in tegra_i2c_config_fifo_trig()
1033 val = I2C_MST_FIFO_CONTROL_TX_TRIG(8) | in tegra_i2c_config_fifo_trig()

Completed in 5 milliseconds