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

12

/linux-master/drivers/accessibility/speakup/
H A Dserialio.h17 unsigned int baud_base; member in struct:old_serial_port
H A Dserialio.c63 quot = ser->baud_base / baud;
/linux-master/include/linux/ssb/
H A Dssb_driver_mips.h13 unsigned int baud_base; member in struct:ssb_serial_port
/linux-master/arch/mips/bcm47xx/
H A Dserial.c44 p->uartclk = ssb_port->baud_base;
70 p->uartclk = bcma_port->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 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/include/uapi/linux/
H A Dserial.h28 int baud_base; member in struct:serial_struct
/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/usb/serial/
H A Df81232.c121 speed_t baud_base; member in struct:f81232_private
516 priv->baud_base = baudrate_table[idx];
517 divisor = calc_baud_divisor(baudrate, priv->baud_base);
798 ss->baud_base = priv->baud_base;
H A Df81534.c164 u32 baud_base; member in struct:f81534_port_private
584 port_priv->baud_base = baudrate_table[idx];
618 divisor = f81534_calc_baud_divisor(baudrate, port_priv->baud_base);
1140 ss->baud_base = port_priv->baud_base;
H A Dftdi_sio.c71 int baud_base; /* baud base clock for divisor setting */ member in struct:ftdi_private
73 baud_base (different from what goes to the
1271 baud = priv->baud_base / priv->custom_divisor;
1447 ss->baud_base = priv->baud_base;
1513 priv->baud_base = 120000000 / 2;
1519 priv->baud_base = 48000000 / 2;
1533 priv->baud_base = 48000000 / 2;
1538 priv->baud_base = 48000000 / 2;
1542 priv->baud_base
[all...]
H A Diuu_phoenix.c786 static int iuu_uart_baud(struct usb_serial_port *port, u32 baud_base, argument
797 dev_dbg(&port->dev, "%s - enter baud_base=%d\n", __func__, baud_base);
802 /*baud = (((priv->clk / 35) * baud_base) / 100000); */
803 baud = baud_base;
H A Dwhiteheat.c441 ss->baud_base = 460800;
/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 */
/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 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 Damba-pl010.c504 if (ser->baud_base < 9600)
H A Dserial_core.c539 * Calculate the divisor (baud_base / baud) for the specified @baud,
808 retinfo->baud_base = uport->uartclk / 16;
882 (new_info->baud_base != uport->uartclk / 16) ||
908 (new_info->baud_base < 9600))
999 uport->uartclk = new_info->baud_base * 16;
2921 return sprintf(buf, "%d\n", tmp.baud_base * 16);
H A Dsb1250-duart.c743 if (ser->baud_base != uport->uartclk / 16)
H A Dlantiq.c556 if (ser->baud_base < 9600)
/linux-master/include/linux/bcma/
H A Dbcma_driver_chipcommon.h618 unsigned int baud_base; member in struct:bcma_serial_port

Completed in 289 milliseconds

12