Home
last modified time | relevance | path

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

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