Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tty/serial/
A Dapbuart.c47 UART_PUT_CTRL(port, cr); in apbuart_stop_tx()
56 UART_PUT_CTRL(port, cr); in apbuart_start_tx()
68 UART_PUT_CTRL(port, cr); in apbuart_stop_rx()
185 UART_PUT_CTRL(port, in apbuart_startup()
198 UART_PUT_CTRL(port, in apbuart_shutdown()
254 UART_PUT_CTRL(port, cr); in apbuart_set_termios()
338 UART_PUT_CTRL(port, ctrl | UART_CTRL_TE); in apbuart_scan_fifo_size()
348 UART_PUT_CTRL(port, ctrl & ~(UART_CTRL_TE)); in apbuart_scan_fifo_size()
368 UART_PUT_CTRL(port, ctrl); in apbuart_scan_fifo_size()
410 UART_PUT_CTRL(port, new_cr); in apbuart_console_write()
[all …]
A Dapbuart.h58 #define UART_PUT_CTRL(port, v) (__raw_writel(v, APBBASE_CTRL_P(port))) macro

Completed in 4 milliseconds