Searched defs:baud_base (Results 1 - 13 of 13) sorted by relevance

/drivers/staging/speakup/
H A Dserialio.h16 unsigned int baud_base; member in struct:old_serial_port
/drivers/tty/serial/
H A Dm32r_sio.h35 unsigned int baud_base; member in struct:old_serial_port
H A Dcrisv10.h81 int baud_base; /* For special baudrates */ member in struct:e100_serial
H A D68328serial.c112 int baud_base; member in struct:m68k_serial
818 tmp.baud_base = info->baud_base;
843 if ((new_serial.baud_base != info->baud_base) ||
863 info->baud_base = new_serial.baud_base;
/drivers/bcma/
H A Ddriver_chipcommon.c314 u32 baud_base; local
320 baud_base = bcma_chipco_get_alp_clock(cc);
350 ports[i].baud_base = baud_base;
/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/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...]
/drivers/tty/serial/8250/
H A D8250.h48 unsigned int baud_base; member in struct:old_serial_port
/drivers/tty/
H A Damiserial.c100 int baud_base; member in struct:serial_state
662 int quot = 0, baud_base, baud; local
691 baud_base = info->baud_base;
697 quot = (2*baud_base / 269);
699 quot = baud_base / baud;
715 quot = (2*baud_base / 269);
717 quot = baud_base / baud;
722 quot = baud_base / 9600;
724 info->timeout = ((info->xmit_fifo_size*HZ*bits*quot) / baud_base);
[all...]
H A Dmxser.c235 int baud_base; /* max. speed */ member in struct:mxser_port
584 quot = 2 * info->baud_base / 269;
587 quot = info->baud_base / newspd;
590 baud = info->baud_base/quot;
596 info->timeout = ((info->xmit_fifo_size * HZ * 10 * quot) / info->baud_base);
618 quot = info->baud_base % newspd;
1222 .baud_base = info->baud_base,
1256 if ((new_serial.baud_base != info->baud_base) ||
[all...]
/drivers/usb/serial/
H A Dftdi_sio.c57 int baud_base; /* baud base clock for divisor setting */ member in struct:ftdi_private
59 baud_base (different from what goes to the
1230 * o custom_divisor set to baud_base / your_new_baudrate
1249 baud = priv->baud_base / priv->custom_divisor;
1426 tmp.baud_base = priv->baud_base;
1460 if (new_serial.baud_base != priv->baud_base) {
1527 priv->baud_base = 48000000 / 2;
1540 priv->baud_base
[all...]
H A Diuu_phoenix.c790 static int iuu_uart_baud(struct usb_serial_port *port, u32 baud_base, argument
801 dev_dbg(&port->dev, "%s - enter baud_base=%d\n", __func__, baud_base);
806 /*baud = (((priv->clk / 35) * baud_base) / 100000); */
807 baud = baud_base;
/drivers/net/wan/
H A Dz85230.h361 int baud_base; /* Baud parameters */ member in struct:z8530_channel

Completed in 244 milliseconds