Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dapbuart.c215 cr | UART_CTRL_RE | UART_CTRL_TE | in apbuart_startup()
228 cr & ~(UART_CTRL_RE | UART_CTRL_TE | in apbuart_shutdown()
367 UART_PUT_CTRL(port, ctrl | UART_CTRL_TE); in apbuart_scan_fifo_size()
377 UART_PUT_CTRL(port, ctrl & ~(UART_CTRL_TE)); in apbuart_scan_fifo_size()
457 if (UART_GET_CTRL(port) & (UART_CTRL_RE | UART_CTRL_TE)) { in apbuart_console_get_options()
Dapbuart.h37 #define UART_CTRL_TE 0x00000002 /* Transmitter enable */ macro