Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tty/serial/
Dmxs-auart.c86 #define AUART_LINECTRL_BAUD_DIVFRAC_MASK 0x00003f00 macro
1395 quot |= ((mxs_read(s, REG_LINECTRL) & AUART_LINECTRL_BAUD_DIVFRAC_MASK)) in auart_console_get_options()