Searched refs:sc_selected (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/mac68k/dev/
H A Dncr5380reg.h169 u_int8_t sc_selected; member in struct:ncr_softc
H A Dncr5380.c218 sc->sc_selected = 0;
890 if ((phase == PH_CMD) && !(sc->sc_selected & targ_bit)) {
922 sc->sc_selected |= targ_bit;
/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dncr5380reg.h169 u_int8_t sc_selected; member in struct:ncr_softc
H A Dncr5380.c224 sc->sc_selected = 0;
912 if ((phase == PH_CMD) && (sc->sc_selected & targ_bit) == 0) {
945 sc->sc_selected |= targ_bit;

Completed in 105 milliseconds