Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/serial/
Dapbuart.c212 cr | UART_CTRL_RE | UART_CTRL_TE | in apbuart_startup()
225 cr & ~(UART_CTRL_RE | UART_CTRL_TE | in apbuart_shutdown()
364 UART_PUT_CTRL(port, ctrl | UART_CTRL_TE); in apbuart_scan_fifo_size()
374 UART_PUT_CTRL(port, ctrl & ~(UART_CTRL_TE)); in apbuart_scan_fifo_size()
454 if (UART_GET_CTRL(port) & (UART_CTRL_RE | UART_CTRL_TE)) { in apbuart_console_get_options()
Dapbuart.h38 #define UART_CTRL_TE 0x00000002 /* Transmitter enable */ macro