Searched refs:baud_base (Results 1 - 25 of 41) sorted by path

12

/linux-master/arch/mips/bcm47xx/
H A Dserial.c44 p->uartclk = ssb_port->baud_base;
70 p->uartclk = bcma_port->baud_base;
/linux-master/include/linux/ssb/
H A Dssb_driver_mips.h13 unsigned int baud_base; member in struct:ssb_serial_port
/linux-master/drivers/accessibility/speakup/
H A Dserialio.c63 quot = ser->baud_base / baud;
H A Dserialio.h17 unsigned int baud_base; member in struct:old_serial_port
/linux-master/drivers/bcma/
H A Ddriver_chipcommon.c380 u32 baud_base; local
386 baud_base = bcma_chipco_get_alp_clock(cc);
417 ports[i].baud_base = baud_base;
/linux-master/drivers/ssb/
H A Ddriver_chipcommon.c608 u32 baud_base, div; local
617 baud_base = ssb_calc_clock_rate(plltype,
624 baud_base = 25000000;
631 baud_base = ssb_chipco_alp_clock(cc);
651 baud_base = ssb_clockspeed(bus);
656 baud_base = 88000000;
666 baud_base /= div;
669 baud_base = 1843200;
691 ports[i].baud_base = baud_base;
[all...]
H A Ddriver_extif.c76 ports[i].baud_base = 13500000;
/linux-master/drivers/tty/
H A Damiserial.c76 int baud_base; member in struct:serial_state
570 int quot = 0, baud_base, baud; local
597 baud_base = info->baud_base;
603 quot = (2*baud_base / 269);
605 quot = baud_base / baud;
621 quot = (2*baud_base / 269);
623 quot = baud_base / baud;
628 quot = baud_base / 9600;
630 info->timeout = (XMIT_FIFO_SIZE*HZ*bits*quot) / baud_base;
[all...]
H A Dmoxa.c2342 ss->baud_base = 921600;
H A Dmxser.c986 ss->baud_base = MXSER_BAUD_BASE;
1023 if ((ss->baud_base != MXSER_BAUD_BASE) ||
1042 (ss->baud_base != MXSER_BAUD_BASE ||
1049 baud = ss->baud_base / ss->custom_divisor;
/linux-master/drivers/tty/ipwireless/
H A Dtty.c262 ss->baud_base = 115200;
/linux-master/drivers/tty/serial/
H A D21285.c347 if (ser->baud_base != port->uartclk / 16)
H A Damba-pl010.c504 if (ser->baud_base < 9600)
H A Damba-pl011.c2215 if (ser->baud_base < 9600)
H A Dapbuart.c292 if (ser->baud_base < 9600)
H A Dar933x_uart.c557 if (ser->baud_base < up->min_baud ||
558 ser->baud_base > up->max_baud)
H A Datmel_serial.c2477 if (port->uartclk / 16 != ser->baud_base)
H A Dcpm_uart.c636 if (ser->baud_base < 9600)
H A Dfsl_lpuart.c2400 if (port->uartclk / 16 != ser->baud_base)
H A Dimx.c1847 if (port->uartclk / 16 != ser->baud_base)
H A Dlantiq.c556 if (ser->baud_base < 9600)
H A Dmeson_uart.c420 if (ser->baud_base < 9600)
/linux-master/drivers/tty/serial/8250/
H A D8250.h58 unsigned int baud_base; member in struct:old_serial_port
413 status |= 0x10; /* 1.625 divisor for baud_base --> 921600 */
H A D8250_core.c556 port->uartclk = old_serial_port[i].baud_base * 16;
H A D8250_port.c1029 * it's changed. If so, set baud_base in EXCR2 to 921600. -- dwmw2
2538 * Handle magic divisors for baud rates above baud_base on SMSC
2659 * Handle magic divisors for baud rates above baud_base on SMSC
3183 ser->baud_base < 9600 || ser->type < PORT_UNKNOWN ||

Completed in 622 milliseconds

12