Searched refs:sc_byteswap (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dclmpccvar.h108 u_int sc_byteswap; /* One of the following ... */ member in struct:clmpcc_softc
H A Dclmpcc.c156 offset ^= sc->sc_byteswap;
167 offset ^= sc->sc_byteswap;
178 offset ^= (sc->sc_byteswap & 2);
189 offset ^= (sc->sc_byteswap & 2);
202 offset ^= (sc->sc_byteswap & 2);
/netbsd-current/sys/dev/mvme/
H A Dclmpcc_pcctwo.c124 sc->sc_byteswap = CLMPCC_BYTESWAP_LOW;
263 cons_sc.sc_byteswap = CLMPCC_BYTESWAP_LOW;

Completed in 186 milliseconds