Searched refs:sc_detect_ih (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/evbarm/g42xxeb/
H A Dg42xxeb_mci.c86 void *sc_detect_ih; member in struct:g42xxeb_mci_softc
138 sc->sc_detect_ih = obio_intr_establish(osc, G42XXEB_INT_MMCSD,
140 if (sc->sc_detect_ih == NULL) {
184 obio_intr_disestablish(osc, G42XXEB_INT_MMCSD, sc->sc_detect_ih);
185 sc->sc_detect_ih = NULL;
/netbsd-current/sys/arch/hpcarm/dev/
H A Dwzero3_mci.c60 void *sc_detect_ih; member in struct:wzero3mci_softc
165 sc->sc_detect_ih = pxa2x0_gpio_intr_establish(sc->sc_detect_pin,
167 if (sc->sc_detect_ih == NULL) {
193 pxa2x0_gpio_intr_disestablish(sc->sc_detect_ih);
194 sc->sc_detect_ih = NULL;
/netbsd-current/sys/arch/zaurus/dev/
H A Dzmci.c62 void *sc_detect_ih; member in struct:zmci_softc
112 sc->sc_detect_ih = pxa2x0_gpio_intr_establish(sc->sc_detect_pin,
114 if (sc->sc_detect_ih == NULL) {
139 pxa2x0_gpio_intr_disestablish(sc->sc_detect_ih);
140 sc->sc_detect_ih = NULL;
/netbsd-current/sys/arch/evbsh3/ap_ms104_sh4/
H A Dshpcmcia.c177 void *sc_detect_ih;
280 sc->sc_detect_ih = gpio_intr_establish(GPIO_PIN_CARD_CD,
282 if (sc->sc_detect_ih == NULL) {

Completed in 142 milliseconds