Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dapbuart.c49 cr &= ~UART_CTRL_TI; in apbuart_stop_tx()
58 cr |= UART_CTRL_TI; in apbuart_start_tx()
216 UART_CTRL_RI | UART_CTRL_TI); in apbuart_startup()
229 UART_CTRL_RI | UART_CTRL_TI)); in apbuart_shutdown()
438 new_cr = old_cr & ~(UART_CTRL_RI | UART_CTRL_TI); in apbuart_console_write()
Dapbuart.h39 #define UART_CTRL_TI 0x00000008 /* Transmitter irq */ macro