Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/tty/serial/
Dmxs-auart.c83 #define AUART_LINECTRL_BAUD_DIVINT_MASK 0xffff0000 macro
1379 quot = ((mxs_read(s, REG_LINECTRL) & AUART_LINECTRL_BAUD_DIVINT_MASK)) in auart_console_get_options()