Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/i2c/
H A Dimx_lpi2c.c75 u32 txcount = 0; in bus_i2c_wait_for_tx_ready() local
79 txcount = LPI2C_MFSR_TXCOUNT(readl(&regs->mfsr)); in bus_i2c_wait_for_tx_ready()
80 txcount = LPI2C_FIFO_SIZE - txcount; in bus_i2c_wait_for_tx_ready()
90 } while (!txcount); in bus_i2c_wait_for_tx_ready()