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

  /src/sys/arch/evbsh3/ap_ms104_sh4/
ap_ms104_sh4.c 73 _reg_write_2(SH4_PDTRA, (1 << GPIO_PIN_CARD_PON)
78 reg &= ~(3 << (GPIO_PIN_CARD_PON * 2));
79 reg |= (1 << (GPIO_PIN_CARD_PON * 2)); /* output */
ap_ms104_sh4reg.h 96 #define GPIO_PIN_CARD_PON 9 /* Out */
shpcmcia.c 814 reg &= ~(1 << GPIO_PIN_CARD_PON);
848 reg |= (1 << GPIO_PIN_CARD_PON);

Completed in 12 milliseconds