Home
last modified time | relevance | path

Searched refs:GPIO_NR_PALMTC_PCMCIA_POWER1 (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/pcmcia/
Dpxa2xx_palmtc.c25 { GPIO_NR_PALMTC_PCMCIA_POWER1, GPIOF_INIT_LOW, "PCMCIA Power 1" },
67 gpio_set_value(GPIO_NR_PALMTC_PCMCIA_POWER1, 0); in palmtc_wifi_powerdown()
79 gpio_set_value(GPIO_NR_PALMTC_PCMCIA_POWER1, 1); in palmtc_wifi_powerup()
/linux-2.6.39/arch/arm/mach-pxa/include/mach/
Dpalmtc.h34 #define GPIO_NR_PALMTC_PCMCIA_POWER1 15 macro