Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dapbuart.c44 UART_PUT_CTRL(port, cr); in apbuart_stop_tx()
53 UART_PUT_CTRL(port, cr); in apbuart_start_tx()
65 UART_PUT_CTRL(port, cr); in apbuart_stop_rx()
183 UART_PUT_CTRL(port, in apbuart_startup()
196 UART_PUT_CTRL(port, in apbuart_shutdown()
252 UART_PUT_CTRL(port, cr); in apbuart_set_termios()
336 UART_PUT_CTRL(port, ctrl | UART_CTRL_TE); in apbuart_scan_fifo_size()
346 UART_PUT_CTRL(port, ctrl & ~(UART_CTRL_TE)); in apbuart_scan_fifo_size()
366 UART_PUT_CTRL(port, ctrl); in apbuart_scan_fifo_size()
408 UART_PUT_CTRL(port, new_cr); in apbuart_console_write()
[all …]
H A Dapbuart.h58 #define UART_PUT_CTRL(port, v) (__raw_writel(v, APBBASE_CTRL_P(port))) macro