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

/freebsd-11.0-release/sys/dev/stg/
H A Dtmc18c30var.h67 u_int8_t sc_fcRinit; /* read flags */ member in struct:stg_softc
H A Dtmc18c30.c214 sc->sc_fcRinit = FCTL_INTEN;
240 sc->sc_fcRinit | FCTL_CLRFIFO | FCTL_CLRINT);
241 bus_write_1(sc->port_res, tmc_fctl, sc->sc_fcRinit);
312 bus_write_1(sc->port_res, tmc_fctl, sc->sc_fcRinit | FCTL_ARBIT);
327 sc->sc_fcRinit |= FCTL_PARENB;
329 sc->sc_fcRinit &= ~FCTL_PARENB;
489 bus_write_1(sc->port_res, tmc_fctl, sc->sc_fcRinit);
507 sc->sc_fcRinit | FCTL_FIFOEN);
715 bus_write_1(sc->port_res, tmc_fctl, sc->sc_fcRinit);
745 bus_write_1(sc->port_res, tmc_fctl, sc->sc_fcRinit);
[all...]

Completed in 38 milliseconds