Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/serial/
Datmel_serial.h122 #define ATMEL_US_CD GENMASK(15, 0) /* Clock Divider */ macro
Datmel_serial.c2312 if (atmel_port->is_usart && cd > ATMEL_US_CD) { in atmel_set_termios()
2316 cd = min_t(unsigned int, cd, ATMEL_US_CD); in atmel_set_termios()
2660 quot = atmel_uart_readl(port, ATMEL_US_BRGR) & ATMEL_US_CD; in atmel_console_get_options()