Home | History | Annotate | Download | only in hpc

Lines Matching defs:sc_port

74 	int sc_port;
118 sc->sc_port = loc[HPCIOIFCF_PORT];
125 sc->sc_port, sc->sc_id, sc->sc_on,
129 if (sc->sc_port == HPCIOIFCF_PORT_DEFAULT ||
143 hpcio_portwrite(sc->sc_hc, sc->sc_port,
153 DPRINTF(("pwctl hook: port %d %s(%d)", sc->sc_port,
155 hpcio_portwrite(sc->sc_hc, sc->sc_port,
169 *(int*)msg = hpcio_portread(sc->sc_hc, sc->sc_port) == sc->sc_on;
170 DPRINTF(("pwctl ghook: port %d %s(%d)", sc->sc_port,
182 VPRINTF(("pwctl hardpower: port %d %s: %s(%d)\n", sc->sc_port,
191 sc->sc_save = hpcio_portread(sc->sc_hc, sc->sc_port);
192 hpcio_portwrite(sc->sc_hc, sc->sc_port, sc->sc_off);
195 hpcio_portwrite(sc->sc_hc, sc->sc_port, sc->sc_save);