Home
last modified time | relevance | path

Searched refs:MALO_DEVICE_ENABLED (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/pcmcia/
H A Dif_malo_pcmciavar.h61 #define MALO_DEVICE_ENABLED (1 << 1) macro
H A Dif_malo_pcmcia.c283 sc->sc_flags |= MALO_DEVICE_ENABLED; in malo_pcmcia_enable()
297 sc->sc_flags &= ~MALO_DEVICE_ENABLED; in malo_pcmcia_disable()
580 if (!(sc->sc_flags & MALO_DEVICE_ENABLED)) in cmalo_init()
962 if (sc->sc_flags & MALO_DEVICE_ENABLED) in cmalo_stop()