Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Ddwiic.c66 dwiic_write(sc, DW_IC_TX_TL, sc->tx_fifo_depth / 2); in dwiic_activate()
140 uint8_t tx_fifo_depth; in dwiic_init() local
180 sc->tx_fifo_depth = 32; in dwiic_init()
183 tx_fifo_depth = DW_IC_TX_FIFO_DEPTH(reg); in dwiic_init()
185 if (tx_fifo_depth > 1 && tx_fifo_depth < sc->tx_fifo_depth) in dwiic_init()
186 sc->tx_fifo_depth = tx_fifo_depth; in dwiic_init()
190 dwiic_write(sc, DW_IC_TX_TL, sc->tx_fifo_depth / 2); in dwiic_init()
325 tx_limit = sc->tx_fifo_depth - dwiic_read(sc, DW_IC_TXFLR); in dwiic_i2c_exec()
426 tx_limit = sc->tx_fifo_depth - in dwiic_i2c_exec()
433 tx_limit = sc->tx_fifo_depth - in dwiic_i2c_exec()
[all …]
H A Ddwiicvar.h73 int tx_fifo_depth; member