Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/sm750fb/
Dddk750_hwi2c.c62 while (!(peek32(I2C_STATUS) & I2C_STATUS_TX) && (timeout != 0)) in hw_i2c_wait_tx_done()
Dddk750_reg.h1253 #define I2C_STATUS_TX BIT(3) macro