Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Ddwiic.c302 sc->tx_fifo_depth = 32; in dwiic_init()
304 dwiic_write(sc, DW_IC_TX_TL, sc->tx_fifo_depth / 2); in dwiic_init()
411 tx_limit = sc->tx_fifo_depth - dwiic_read(sc, DW_IC_TXFLR); in dwiic_i2c_exec()
434 tx_limit = sc->tx_fifo_depth - dwiic_read(sc, DW_IC_TXFLR); in dwiic_i2c_exec()
522 tx_limit = sc->tx_fifo_depth - in dwiic_i2c_exec()
H A Ddwiic_var.h62 int tx_fifo_depth; member