Searched refs:sc_fcRinit (Results 1 – 2 of 2) sorted by relevance
| /trueos/sys/dev/stg/ |
| HD | tmc18c30.c | 215 sc->sc_fcRinit = FCTL_INTEN; 243 sc->sc_fcRinit | FCTL_CLRFIFO | FCTL_CLRINT); 244 bus_space_write_1(iot, ioh, tmc_fctl, sc->sc_fcRinit); 322 bus_space_write_1(iot, ioh, tmc_fctl, sc->sc_fcRinit | FCTL_ARBIT); 338 sc->sc_fcRinit |= FCTL_PARENB; 340 sc->sc_fcRinit &= ~FCTL_PARENB; 507 bus_space_write_1(iot, ioh, tmc_fctl, sc->sc_fcRinit); 527 sc->sc_fcRinit | FCTL_FIFOEN); 749 bus_space_write_1(iot, ioh, tmc_fctl, sc->sc_fcRinit); 779 bus_space_write_1(iot, ioh, tmc_fctl, sc->sc_fcRinit); [all …]
|
| HD | tmc18c30var.h | 71 u_int8_t sc_fcRinit; /* read flags */ member
|