Searched refs:baud_base (Results 1 - 25 of 52) sorted by relevance

123

/drivers/tty/serial/
H A Dm32r_sio.h34 unsigned int baud_base; member in struct:old_serial_port
H A D68328serial.h23 int baud_base; member in struct:serial_struct
137 int baud_base; member in struct:m68k_serial
H A Dcrisv10.h83 int baud_base; /* For special baudrates */ member in struct:e100_serial
H A D68328serial.c812 tmp.baud_base = info->baud_base;
836 if ((new_serial.baud_base != info->baud_base) ||
856 info->baud_base = new_serial.baud_base;
H A Dcrisv10.c2986 DBAUD(printk("Custom baudrate: baud_base/divisor %lu/%i\n",
2987 (unsigned long)info->baud_base, info->custom_divisor));
2988 if (info->baud_base == SERIAL_PRESCALE_BASE) {
3002 else if ((info->baud_base==CONFIG_ETRAX_EXTERN_PB6CLK_FREQ/8 &&
3004 (info->baud_base==CONFIG_ETRAX_EXTERN_PB6CLK_FREQ &&
3019 printk(KERN_WARNING "Bad baud_base/custom_divisor: %lu/%i\n",
3020 (unsigned long)info->baud_base, info->custom_divisor);
3432 tmp.baud_base = info->baud_base;
3473 info->baud_base
[all...]
H A D21285.c336 if (ser->baud_base != port->uartclk / 16)
H A Dm32r_sio.c928 ser->baud_base < 9600 || ser->type < PORT_UNKNOWN ||
980 up->port.uartclk = old_serial_port[i].baud_base * 16;
H A Dapbuart.c327 if (ser->baud_base < 9600)
H A Dar933x_uart.c411 if (ser->baud_base < 28800)
H A Dlantiq.c553 if (ser->baud_base < 9600)
H A Dpnx8xxx_uart.c606 if (sport->port.uartclk / 16 != ser->baud_base)
H A Dserial_core.c661 tmp.baud_base = uport->uartclk / 16;
736 (new_serial.baud_base != uport->uartclk / 16) ||
756 (new_serial.baud_base < 9600))
843 uport->uartclk = new_serial.baud_base * 16;
H A Dserial_ks8695.c525 if (ser->baud_base < 9600)
/drivers/bcma/
H A Ddriver_chipcommon.c115 u32 baud_base; local
122 baud_base = bcma_pmu_alp_clock(cc);
153 ports[i].baud_base = baud_base;
/drivers/tty/serial/8250/
H A D8250.h44 unsigned int baud_base; member in struct:old_serial_port
/drivers/ssb/
H A Ddriver_chipcommon.c453 u32 baud_base, div; local
462 baud_base = ssb_calc_clock_rate(plltype,
469 baud_base = 25000000;
477 baud_base = 20000000;
479 /* FIXME: baud_base is different for devices with a PMU */
501 baud_base = ssb_clockspeed(bus);
506 baud_base = 88000000;
516 baud_base /= div;
519 baud_base = 1843200;
541 ports[i].baud_base
[all...]
H A Ddriver_extif.c76 ports[i].baud_base = 13500000;
/drivers/tty/
H A Damiserial.c697 int quot = 0, baud_base, baud; local
728 baud_base = info->state->baud_base;
735 quot = (2*baud_base / 269);
737 quot = baud_base / baud;
753 quot = (2*baud_base / 269);
755 quot = baud_base / baud;
760 quot = baud_base / 9600;
762 info->timeout = ((info->xmit_fifo_size*HZ*bits*quot) / baud_base);
1079 tmp.baud_base
[all...]
H A Dmxser.c236 int baud_base; /* max. speed */ member in struct:mxser_port
585 quot = 2 * info->baud_base / 269;
588 quot = info->baud_base / newspd;
591 baud = info->baud_base/quot;
597 info->timeout = ((info->xmit_fifo_size * HZ * 10 * quot) / info->baud_base);
619 quot = info->baud_base % newspd;
1221 .baud_base = info->baud_base,
1255 if ((new_serial.baud_base != info->baud_base) ||
[all...]
/drivers/staging/speakup/
H A Dserialio.c27 quot = ser->baud_base / baud;
/drivers/isdn/hisax/
H A Delsa_ser.c110 int quot = 0, baud_base; local
117 baud_base = BASE_BAUD;
118 quot = baud_base / baud;
121 quot = baud_base / 9600;
124 if ((baud_base / quot) < 2400)
/drivers/net/wan/
H A Dz85230.h361 int baud_base; /* Baud parameters */ member in struct:z8530_channel
/drivers/usb/serial/
H A Dftdi_sio.c66 int baud_base; /* baud base clock for divisor setting */ member in struct:ftdi_private
68 baud_base (different from what goes to the
1110 * o custom_divisor set to baud_base / your_new_baudrate
1129 baud = priv->baud_base / priv->custom_divisor;
1307 tmp.baud_base = priv->baud_base;
1341 if (new_serial.baud_base != priv->baud_base) {
1408 priv->baud_base = 48000000 / 2;
1421 priv->baud_base
[all...]
H A Diuu_phoenix.c859 static int iuu_uart_baud(struct usb_serial_port *port, u32 baud_base, argument
870 dbg("%s - enter baud_base=%d", __func__, baud_base);
875 /*baud = (((priv->clk / 35) * baud_base) / 100000); */
876 baud = baud_base;
/drivers/tty/ipwireless/
H A Dtty.c307 tmp.baud_base = 115200;

Completed in 3363 milliseconds

123