Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/serial/cpm_uart/
Dcpm_uart.h58 #define GPIO_RI 5 macro
60 #define NUM_GPIOS (GPIO_RI+1)
Dcpm_uart_core.c133 if (pinfo->gpios[GPIO_RI] >= 0) { in cpm_uart_get_mctrl()
134 if (!gpio_get_value(pinfo->gpios[GPIO_RI])) in cpm_uart_get_mctrl()