Home
last modified time | relevance | path

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

/external/u-boot/drivers/i2c/
Dimx_lpi2c.c73 u32 txcount = 0; in bus_i2c_wait_for_tx_ready() local
77 txcount = LPI2C_MFSR_TXCOUNT(readl(&regs->mfsr)); in bus_i2c_wait_for_tx_ready()
78 txcount = LPI2C_FIFO_SIZE - txcount; in bus_i2c_wait_for_tx_ready()
88 } while (!txcount); in bus_i2c_wait_for_tx_ready()