Searched refs:UART_GET_SCAL (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/tty/serial/ | ||
D | apbuart.h | 59 #define UART_GET_SCAL(port) (__raw_readl(APBBASE_SCALAR_P(port))) macro |
D | apbuart.c | 468 quot = UART_GET_SCAL(port) / 8; in apbuart_console_get_options() |