Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/cpm_uart/
Dcpm_uart.h52 #define GPIO_RI 5 macro
54 #define NUM_GPIOS (GPIO_RI+1)
Dcpm_uart_core.c123 if (pinfo->gpios[GPIO_RI] >= 0) { in cpm_uart_get_mctrl()
124 if (!gpio_get_value(pinfo->gpios[GPIO_RI])) in cpm_uart_get_mctrl()