Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/stg/
H A Dtmc18c30.c216 sc->sc_fcRinit = FCTL_INTEN;
242 sc->sc_fcRinit | FCTL_CLRFIFO | FCTL_CLRINT);
243 bus_write_1(sc->port_res, tmc_fctl, sc->sc_fcRinit);
329 sc->sc_fcRinit |= FCTL_PARENB;
331 sc->sc_fcRinit &= ~FCTL_PARENB;
492 bus_write_1(sc->port_res, tmc_fctl, sc->sc_fcRinit);
510 sc->sc_fcRinit | FCTL_FIFOEN);
748 bus_write_1(sc->port_res, tmc_fctl, sc->sc_fcRinit);
810 sc->sc_fcRinit | FCTL_CLRFIFO | FCTL_CLRINT);
962 sc->sc_fcRinit | FCTL_CLRFIFO);
[all …]
H A Dtmc18c30var.h69 u_int8_t sc_fcRinit; /* read flags */ member