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

/netbsd-6-1-5-RELEASE/sys/dev/hpc/
H A Dpwctl.c77 int sc_on, sc_off; member in struct:pwctl_softc
121 sc->sc_on = loc[HPCIOIFCF_ACTIVE] ? 1 : 0;
126 sc->sc_port, sc->sc_id, sc->sc_on,
145 sc->sc_initvalue ? sc->sc_on : sc->sc_off);
155 msg ? "ON" : "OFF", msg ? sc->sc_on : sc->sc_off));
157 msg ? sc->sc_on : sc->sc_off);
170 *(int*)msg = hpcio_portread(sc->sc_hc, sc->sc_port) == sc->sc_on;
172 *(int*)msg? "ON" : "OFF", *(int*)msg ? sc->sc_on : sc->sc_off));
186 sc->sc_save == sc->sc_on ? "on": "off", sc->sc_save));
H A Dhpcout.c62 #define sc_on sc_hma.hma_on macro
106 (int)msg ? sc->sc_on : sc->sc_off);
H A Dhpcin.c64 #define sc_on sc_hma.hma_on macro
110 on = (hpcio_portread(sc->sc_hc, sc->sc_port) == sc->sc_on);
/netbsd-6-1-5-RELEASE/sys/arch/hp700/dev/
H A Dlcd.c45 int sc_on; member in struct:lcd_softc
128 sc->sc_on = on;
139 if (sc->sc_on)

Completed in 68 milliseconds