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

  /src/sys/arch/evbsh3/ap_ms104_sh4/
ap_ms104_sh4reg.h 95 #define GPIO_PIN_CARD_CD 8 /* In */
ap_ms104_sh4.c 77 reg &= ~(3 << (GPIO_PIN_CARD_CD * 2)); /* input */
shpcmcia.c 280 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 50 milliseconds