Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tty/serial/
A Dapbuart.c46 cr &= ~UART_CTRL_TI; in apbuart_stop_tx()
55 cr |= UART_CTRL_TI; in apbuart_start_tx()
187 UART_CTRL_RI | UART_CTRL_TI); in apbuart_startup()
200 UART_CTRL_RI | UART_CTRL_TI)); in apbuart_shutdown()
409 new_cr = old_cr & ~(UART_CTRL_RI | UART_CTRL_TI); in apbuart_console_write()
A Dapbuart.h40 #define UART_CTRL_TI 0x00000008 /* Transmitter irq */ macro

Completed in 4 milliseconds