Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Dmxs-auart.c92 #define AUART_LINECTRL_BAUD_DIVFRAC_MASK 0x00003f00 macro
1427 quot |= ((mxs_read(s, REG_LINECTRL) & AUART_LINECTRL_BAUD_DIVFRAC_MASK)) in auart_console_get_options()