Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Ddwiic.c338 int retries, tx_limit, rx_avail, x, readpos; in dwiic_i2c_exec() local
411 tx_limit = sc->tx_fifo_depth - dwiic_read(sc, DW_IC_TXFLR); in dwiic_i2c_exec()
412 if (cmdlen > tx_limit) { in dwiic_i2c_exec()
415 cmdlen, tx_limit); in dwiic_i2c_exec()
434 tx_limit = sc->tx_fifo_depth - dwiic_read(sc, DW_IC_TXFLR); in dwiic_i2c_exec()
437 device_xname(sc->sc_dev), __func__, len, tx_limit)); in dwiic_i2c_exec()
460 tx_limit--; in dwiic_i2c_exec()
467 while (I2C_OP_READ_P(op) && (tx_limit == 0 || x == len)) { in dwiic_i2c_exec()
469 device_xname(sc->sc_dev), __func__, tx_limit, x)); in dwiic_i2c_exec()
522 tx_limit = sc->tx_fifo_depth - in dwiic_i2c_exec()