Searched refs:ATMEL_US_CD (Results 1 – 2 of 2) sorted by relevance
122 #define ATMEL_US_CD GENMASK(15, 0) /* Clock Divider */ macro
2295 if (atmel_port->is_usart && cd > ATMEL_US_CD) { in atmel_set_termios()2299 cd = min_t(unsigned int, cd, ATMEL_US_CD); in atmel_set_termios()2643 quot = atmel_uart_readl(port, ATMEL_US_BRGR) & ATMEL_US_CD; in atmel_console_get_options()