Searched refs:MXSER_BAUD_BASE (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/tty/
H A Dmxser.c159 #define MXSER_BAUD_BASE 921600 macro
160 #define MXSER_CUSTOM_DIVISOR (MXSER_BAUD_BASE * 16)
495 quot = 2 * MXSER_BAUD_BASE / 269;
498 quot = MXSER_BAUD_BASE / newspd;
501 baud = MXSER_BAUD_BASE / quot;
512 do_div(timeout, MXSER_BAUD_BASE);
533 quot = MXSER_BAUD_BASE % newspd;
986 ss->baud_base = MXSER_BAUD_BASE;
1023 if ((ss->baud_base != MXSER_BAUD_BASE) ||
1042 (ss->baud_base != MXSER_BAUD_BASE ||
[all...]

Completed in 125 milliseconds