Home
last modified time | relevance | path

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

/u-boot/drivers/i2c/
A Dexynos_hs_i2c.c262 static unsigned hsi2c_poll_fifo(struct exynos5_hsi2c *i2c, bool rx_transfer) in hsi2c_poll_fifo() argument
264 u32 fifo_bit = rx_transfer ? HSI2C_RX_FIFO_EMPTY : HSI2C_TX_FIFO_FULL; in hsi2c_poll_fifo()
277 if (rx_transfer && in hsi2c_poll_fifo()
309 bool rx_transfer, in hsi2c_prepare_transaction() argument
325 if (rx_transfer) { in hsi2c_prepare_transaction()

Completed in 3 milliseconds