MXSER_BAUD_BASE
(ss->baud_base != MXSER_BAUD_BASE ||
#define MXSER_CUSTOM_DIVISOR (MXSER_BAUD_BASE * 16)
quot = 2 * MXSER_BAUD_BASE / 269;
quot = MXSER_BAUD_BASE / newspd;
baud = MXSER_BAUD_BASE / quot;
do_div(timeout, MXSER_BAUD_BASE);
quot = MXSER_BAUD_BASE % newspd;
ss->baud_base = MXSER_BAUD_BASE;
if ((ss->baud_base != MXSER_BAUD_BASE) ||