Searched refs:sc_poweron_func (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/cardbus/
H A Dcardbus.c617 sc->sc_poweron_func &= ~(1 << ct->ct_func);
623 sc->sc_poweron_func = 0;
665 if (sc->sc_poweron_func == 0) {
675 sc->sc_poweron_func |= (1 << function);
681 sc->sc_poweron_func &= ~(1 << function);
682 if (sc->sc_poweron_func == 0) {
718 DPRINTF(("%x\n", sc->sc_poweron_func));
H A Dcardbusvar.h138 int sc_poweron_func; member in struct:cardbus_softc

Completed in 67 milliseconds