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

/drivers/tty/serial/
H A Dm32r_sio.h35 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
/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/staging/speakup/
H A Dserialio.h17 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...]
/drivers/tty/serial/8250/
H A D8250.h44 unsigned int baud_base; member in struct:old_serial_port
/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/tty/
H A Damiserial.c100 int baud_base; member in struct:serial_state
668 int quot = 0, baud_base, baud; local
697 baud_base = info->baud_base;
703 quot = (2*baud_base / 269);
705 quot = baud_base / baud;
721 quot = (2*baud_base / 269);
723 quot = baud_base / baud;
728 quot = baud_base / 9600;
730 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;
1218 .baud_base = info->baud_base,
1252 if ((new_serial.baud_base != info->baud_base) ||
[all...]
/drivers/usb/serial/
H A Diuu_phoenix.c858 static int iuu_uart_baud(struct usb_serial_port *port, u32 baud_base, argument
869 dbg("%s - enter baud_base=%d", __func__, baud_base);
874 /*baud = (((priv->clk / 35) * baud_base) / 100000); */
875 baud = baud_base;
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
1124 * o custom_divisor set to baud_base / your_new_baudrate
1143 baud = priv->baud_base / priv->custom_divisor;
1322 tmp.baud_base = priv->baud_base;
1356 if (new_serial.baud_base != priv->baud_base) {
1423 priv->baud_base = 48000000 / 2;
1436 priv->baud_base
[all...]
/drivers/net/wan/
H A Dz85230.h361 int baud_base; /* Baud parameters */ member in struct:z8530_channel

Completed in 221 milliseconds