Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/serial/
Datmel_serial.h122 #define ATMEL_US_CD GENMASK(15, 0) /* Clock Divider */ macro
Datmel_serial.c2295 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()