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

/netbsd-6-1-5-RELEASE/sys/arch/evbsh3/ap_ms104_sh4/
H A Dap_ms104_sh4.c73 _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 */
H A Dap_ms104_sh4reg.h96 #define GPIO_PIN_CARD_PON 9 /* Out */ macro
H A Dshpcmcia.c814 reg &= ~(1 << GPIO_PIN_CARD_PON);
848 reg |= (1 << GPIO_PIN_CARD_PON);

Completed in 103 milliseconds