Searched refs:sc_fcRinit (Results 1 – 2 of 2) sorted by relevance
216 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 …]
69 u_int8_t sc_fcRinit; /* read flags */ member