Searched refs:sc_fifo_trsh (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/arm/ti/
H A Dti_i2c.c93 int sc_fifo_trsh; member in struct:ti_i2c_softc
250 amount = min(sc->sc_fifo_trsh,
286 amount = min(sc->sc_fifo_trsh,
618 fifo_trsh = (sc->sc_fifo_trsh - 1) & I2C_BUF_TRSH_MASK;
866 sc->sc_fifo_trsh = 5;

Completed in 94 milliseconds