sc_off
(int)msg ? sc->sc_on : sc->sc_off);
sc->sc_off = loc[HPCIOIFCF_ACTIVE] ? 0 : 1;
sc->sc_initvalue ? sc->sc_on : sc->sc_off);
msg ? "ON" : "OFF", msg ? sc->sc_on : sc->sc_off));
msg ? sc->sc_on : sc->sc_off);
*(int*)msg? "ON" : "OFF", *(int*)msg ? sc->sc_on : sc->sc_off));
hpcio_portwrite(sc->sc_hc, sc->sc_port, sc->sc_off);
int sc_on, sc_off;