Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dapbuart.h56 #define UART_PUT_STATUS(port, v)(__raw_writel(v, APBBASE_STATUS_P(port))) macro
H A Dapbuart.c84 UART_PUT_STATUS(port, 0); in apbuart_rx_chars()