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

/freebsd-11-stable/sys/arm/ti/
H A Dti_i2c.c825 uint16_t fifosz; local
871 fifosz = ti_i2c_read_2(sc, I2C_REG_BUFSTAT);
872 fifosz >>= I2C_BUFSTAT_FIFODEPTH_SHIFT;
873 fifosz &= I2C_BUFSTAT_FIFODEPTH_MASK;
876 sc->sc_rev >> 4, sc->sc_rev & 0xf, 8 << fifosz);
/freebsd-11-stable/usr.sbin/bhyve/
H A Duart_emul.c402 int fifosz; local
448 fifosz = (value & FCR_ENABLE) ? FIFOSZ : 1;
449 rxfifo_reset(sc, fifosz);
/freebsd-11-stable/sys/i386/include/
H A Dcserial.h435 int fifosz; /* total hardware i/o buffer size */ member in struct:_chan_t

Completed in 107 milliseconds