Searched refs:esp32_uart_write (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/tty/serial/ |
| H A D | esp32_uart.c | 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() 248 esp32_uart_write(port, UART_FIFO_REG, c); in esp32_uart_put_char() 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() 357 esp32_uart_write(port, UART_INT_ENA_REG, 0); in esp32_uart_shutdown() 382 esp32_uart_write(port, UART_CLKDIV_REG, in esp32_uart_set_baud() 446 esp32_uart_write(port, UART_CONF0_REG, conf0); in esp32_uart_set_termios() [all …]
|