Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/mach-pxa/
Deseries.c75 gpio_set_value(GPIO_ESERIES_TMIO_PCLR, 0); in eseries_tmio_enable()
79 gpio_set_value(GPIO_ESERIES_TMIO_PCLR, 1); in eseries_tmio_enable()
87 gpio_set_value(GPIO_ESERIES_TMIO_PCLR, 0); in eseries_tmio_disable()
106 gpio_request(GPIO_ESERIES_TMIO_PCLR, NULL); in eseries_get_tmio_gpios()
108 gpio_direction_output(GPIO_ESERIES_TMIO_PCLR, 0); in eseries_get_tmio_gpios()
Deseries-gpio.h61 #define GPIO_ESERIES_TMIO_PCLR 19 macro