Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dsa1100.c61 #define UART_GET_UTCR1(sport) __raw_readl((sport)->port.membase + UTCR1) macro
774 quot = UART_GET_UTCR2(sport) | UART_GET_UTCR1(sport) << 8; in sa1100_console_get_options()