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