Searched refs:esp32_uart_write (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/tty/serial/ |
D | esp32_uart.c | 144 static void esp32_uart_write(struct uart_port *port, unsigned long reg, u32 v) in esp32_uart_write() function 189 esp32_uart_write(port, UART_CONF0_REG, conf0); in esp32_uart_set_mctrl() 211 esp32_uart_write(port, UART_INT_ENA_REG, int_ena); in esp32_uart_stop_tx() 231 esp32_uart_write(port, UART_INT_CLR_REG, UART_BRK_DET_INT); in esp32_uart_rxint() 248 esp32_uart_write(port, UART_FIFO_REG, c); in esp32_uart_put_char() 283 esp32_uart_write(port, UART_INT_ENA_REG, int_ena); in esp32_uart_transmit_buffer() 304 esp32_uart_write(port, UART_INT_CLR_REG, status); in esp32_uart_int() 320 esp32_uart_write(port, UART_INT_ENA_REG, int_ena); in esp32_uart_stop_rx() 341 esp32_uart_write(port, ESP32S3_UART_CLK_CONF_REG, in esp32_uart_startup() 343 esp32_uart_write(port, UART_CONF1_REG, in esp32_uart_startup() [all …]
|