HomeSort by: relevance | last modified time | path
    Searched refs:tx_fifo_depth (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
dwiic_var.h 59 int tx_fifo_depth; member in struct:dwiic_softc
dwiic.c 300 sc->tx_fifo_depth = 32;
302 dwiic_write(sc, DW_IC_TX_TL, sc->tx_fifo_depth / 2);
409 tx_limit = sc->tx_fifo_depth - dwiic_read(sc, DW_IC_TXFLR);
432 tx_limit = sc->tx_fifo_depth - dwiic_read(sc, DW_IC_TXFLR);
520 tx_limit = sc->tx_fifo_depth -

Completed in 11 milliseconds