Searched refs:UART_INT_ENA_REG (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/tty/serial/ |
D | esp32_uart.c | 29 #define UART_INT_ENA_REG 0x0c macro 209 int_ena = esp32_uart_read(port, UART_INT_ENA_REG); in esp32_uart_stop_tx() 211 esp32_uart_write(port, UART_INT_ENA_REG, int_ena); in esp32_uart_stop_tx() 281 int_ena = esp32_uart_read(port, UART_INT_ENA_REG); in esp32_uart_transmit_buffer() 283 esp32_uart_write(port, UART_INT_ENA_REG, int_ena); in esp32_uart_transmit_buffer() 318 int_ena = esp32_uart_read(port, UART_INT_ENA_REG); in esp32_uart_stop_rx() 320 esp32_uart_write(port, UART_INT_ENA_REG, int_ena); in esp32_uart_stop_rx() 347 esp32_uart_write(port, UART_INT_ENA_REG, UART_RXFIFO_FULL_INT | UART_BRK_DET_INT); in esp32_uart_startup() 357 esp32_uart_write(port, UART_INT_ENA_REG, 0); in esp32_uart_shutdown()
|