Searched refs:H3XXX_EGPIO_RS232_ON (Results 1 – 2 of 2) sorted by relevance
89 if (!gpio_request(H3XXX_EGPIO_RS232_ON, "RS232 transceiver")) { in h3xxx_uart_pm()90 gpio_direction_output(H3XXX_EGPIO_RS232_ON, !state); in h3xxx_uart_pm()91 gpio_free(H3XXX_EGPIO_RS232_ON); in h3xxx_uart_pm()
66 #define H3XXX_EGPIO_RS232_ON (H3XXX_EGPIO_BASE + 7) /* UART3 transceiver force on. Active high. */ macro