Searched refs:GPIO_PIN_CARD_CD (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/evbsh3/ap_ms104_sh4/
H A Dap_ms104_sh4reg.h95 #define GPIO_PIN_CARD_CD 8 /* In */ macro
H A Dap_ms104_sh4.c77 reg &= ~(3 << (GPIO_PIN_CARD_CD * 2)); /* input */
H A Dshpcmcia.c280 sc->sc_detect_ih = gpio_intr_establish(GPIO_PIN_CARD_CD,
348 if (!(reg & (1 << GPIO_PIN_CARD_CD))) {
530 if (reg & (1 << GPIO_PIN_CARD_CD)) {
561 if (reg & (1 << GPIO_PIN_CARD_CD)) {

Completed in 99 milliseconds