Home
last modified time | relevance | path

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

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