HomeSort by: relevance | last modified time | path
    Searched refs:sc_poweron_func (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/cardbus/
cardbus.c 704 sc->sc_poweron_func = 0;
718 sc->sc_poweron_func &= ~(1 << ct->ct_func);
776 if (sc->sc_poweron_func == 0) {
780 * sc_poweron_func must be substituted before
784 sc->sc_poweron_func |= (1 << function);
792 sc->sc_poweron_func |= (1 << function);
802 sc->sc_poweron_func &= ~(1 << function);
803 if (sc->sc_poweron_func != 0)
851 DPRINTF(("%x\n", sc->sc_poweron_func));
cardbusvar.h 148 int sc_poweron_func; member in struct:cardbus_softc

Completed in 15 milliseconds