Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-pxa/
Deseries.c78 gpio_set_value(GPIO_ESERIES_TMIO_PCLR, 0); in eseries_tmio_enable()
82 gpio_set_value(GPIO_ESERIES_TMIO_PCLR, 1); in eseries_tmio_enable()
90 gpio_set_value(GPIO_ESERIES_TMIO_PCLR, 0); in eseries_tmio_disable()
110 gpio_request(GPIO_ESERIES_TMIO_PCLR, NULL); in eseries_get_tmio_gpios()
112 gpio_direction_output(GPIO_ESERIES_TMIO_PCLR, 0); in eseries_get_tmio_gpios()
/linux-2.6.39/arch/arm/mach-pxa/include/mach/
Deseries-gpio.h65 #define GPIO_ESERIES_TMIO_PCLR 19 macro