| /OK3568_Linux_fs/kernel/arch/mips/pic32/pic32mzda/ |
| H A D | early_console.c | 50 static void __init configure_uart(int port, int baud) in configure_uart() 63 static void __init setup_early_console(int port, int baud) in setup_early_console() 111 int baud = -1; in get_baud_from_cmdline() local 136 int baud, port; in fw_init_early_console() local
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/ |
| H A D | early_serial_console.c | 26 static void early_serial_init(int port, int baud) in early_serial_init() 48 int baud = DEFAULT_BAUD; in parse_earlyprintk() local 120 int baud = DEFAULT_BAUD; in parse_console_uart8250() local
|
| /OK3568_Linux_fs/kernel/arch/m68k/atari/ |
| H A D | debug.c | 168 int baud = cflag & CBAUD; in atari_init_mfp_port() local 218 int baud = cflag & CBAUD; in atari_init_scc_port() local 265 int baud = cflag & CBAUD; in atari_init_midi_port() local
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/netlogic/xlp-hal/ |
| H A D | uart.h | 54 #define BAUD_DIVISOR(baud) (BASE_BAUD / baud) argument 103 nlm_uart_set_baudrate(uint64_t base, int baud) in nlm_uart_set_baudrate() 155 nlm_uart_init(uint64_t base, int baud, int databits, int stopbits, in nlm_uart_init()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/8250/ |
| H A D | 8250_exar.c | 156 static unsigned int xr17v35x_get_divisor(struct uart_port *p, unsigned int baud, in xr17v35x_get_divisor() 167 static void xr17v35x_set_divisor(struct uart_port *p, unsigned int baud, in xr17v35x_set_divisor() 257 unsigned int baud = 1843200; in pci_fastcom335_setup() local 305 unsigned int baud = 1843200; in pci_connect_tech_setup() local 316 unsigned int baud = 921600; in pci_xr17c154_setup() local 503 unsigned int baud = 7812500; in pci_xr17v35x_setup() local
|
| H A D | 8250_dwlib.c | 60 static unsigned int dw8250_get_divisor(struct uart_port *p, unsigned int baud, in dw8250_get_divisor() 73 static void dw8250_set_divisor(struct uart_port *p, unsigned int baud, in dw8250_set_divisor()
|
| H A D | 8250_port.c | 2555 unsigned int baud) in npcm_get_divisor() 2563 unsigned int baud, in serial8250_do_get_divisor() 2595 unsigned int baud, in serial8250_get_divisor() 2642 void serial8250_do_set_divisor(struct uart_port *port, unsigned int baud, in serial8250_do_set_divisor() 2684 static void serial8250_set_divisor(struct uart_port *port, unsigned int baud, in serial8250_set_divisor() 2732 unsigned int baud, quot, frac = 0; in serial8250_update_uartclk() local 2786 unsigned int baud, quot, frac = 0; in serial8250_do_set_termios() local 3380 unsigned int baud, quot, frac = 0; in serial8250_console_restore() local 3488 int baud = 9600; in serial8250_console_setup() local
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | suncore.c | 89 int baud, bits, stop, cflag; in sunserial_console_termios() local 172 int baud; member
|
| H A D | apbuart.c | 237 unsigned int baud, quot; in apbuart_set_termios() local 451 apbuart_console_get_options(struct uart_port *port, int *baud, in apbuart_console_get_options() 476 int baud = 38400; in apbuart_console_setup() local
|
| H A D | 21285.c | 249 unsigned int baud, quot, h_lcr, b; in serial21285_set_termios() local 421 serial21285_get_options(struct uart_port *port, int *baud, in serial21285_get_options() 459 int baud = 9600; in serial21285_console_setup() local
|
| H A D | ar933x_uart.c | 253 unsigned int baud, in ar933x_uart_get_scale_step() 292 unsigned int baud, scale, step; in ar933x_uart_set_termios() local 675 int baud = 115200; in ar933x_uart_console_setup() local 719 unsigned int baud; in ar933x_uart_probe() local
|
| H A D | sunsab.c | 644 static void calc_ebrg(int baud, int *n_ret, int *m_ret) in calc_ebrg() 680 unsigned int iflag, unsigned int baud, in sunsab_convert_to_sab() 784 unsigned int baud = uart_get_baud_rate(port, termios, old, 0, 4000000); in sunsab_set_termios() local 880 unsigned int baud, quot; in sunsab_console_setup() local
|
| H A D | mpc52xx_uart.c | 290 unsigned int baud; in mpc5200_psc_set_baudrate() local 308 unsigned int baud; in mpc5200b_psc_set_baudrate() local 536 unsigned int baud; in mpc512x_psc_set_baudrate() local 886 unsigned int baud; in mpc5125_psc_set_baudrate() local 1176 unsigned int baud; in mpc52xx_uart_set_termios() local 1531 int *baud, int *parity, int *bits, int *flow) in mpc52xx_console_get_options() 1608 int baud = CONFIG_SERIAL_MPC52xx_CONSOLE_BAUD; in mpc52xx_console_setup() local
|
| H A D | xilinx_uartps.c | 201 unsigned int baud; member 413 unsigned int baud, u32 *rbdiv, u32 *rcd, int *div8) in cdns_uart_calc_baud_divs() 462 unsigned int baud) in cdns_uart_set_baud_rate() 697 unsigned int baud, minbaud, maxbaud; in cdns_uart_set_termios() local 1262 int baud = 9600; in cdns_uart_console_setup() local
|
| H A D | amba-pl010.c | 384 unsigned int baud, quot; in pl010_set_termios() local 604 pl010_console_get_options(struct uart_amba_port *uap, int *baud, in pl010_console_get_options() 633 int baud = 38400; in pl010_console_setup() local
|
| /OK3568_Linux_fs/kernel/arch/mips/sgi-ip22/ |
| H A D | ip22-setup.c | 68 char *baud = ArcGetEnvironmentVariable("dbaud"); in plat_mem_setup() local
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/cpm_uart/ |
| H A D | cpm_uart_cpm1.h | 14 static inline void cpm_set_brg(int brg, int baud) in cpm_set_brg()
|
| H A D | cpm_uart_cpm2.h | 14 static inline void cpm_set_brg(int brg, int baud) in cpm_set_brg()
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | ftdi_sio.c | 1159 static unsigned short int ftdi_232am_baud_base_to_divisor(int baud, int base) in ftdi_232am_baud_base_to_divisor() 1179 static unsigned short int ftdi_232am_baud_to_divisor(int baud) in ftdi_232am_baud_to_divisor() 1184 static u32 ftdi_232bm_baud_base_to_divisor(int baud, int base) in ftdi_232bm_baud_base_to_divisor() 1200 static u32 ftdi_232bm_baud_to_divisor(int baud) in ftdi_232bm_baud_to_divisor() 1205 static u32 ftdi_2232h_baud_base_to_divisor(int baud, int base) in ftdi_2232h_baud_base_to_divisor() 1230 static u32 ftdi_2232h_baud_to_divisor(int baud) in ftdi_2232h_baud_to_divisor() 1291 int baud; in get_ftdi_divisor() local
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | early_printk.c | 151 unsigned long baud = DEFAULT_BAUD; in early_serial_init() local 220 unsigned long baud = DEFAULT_BAUD; in early_pci_serial_init() local
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-oc-tiny.c | 45 unsigned int baud; member 70 unsigned int baud = hw->baud; in tiny_spi_setup_transfer() local
|
| /OK3568_Linux_fs/kernel/arch/mips/sgi-ip32/ |
| H A D | ip32-setup.c | 92 char *baud = ArcGetEnvironmentVariable("dbaud"); in plat_mem_setup() local
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/shared/ |
| H A D | posix_tty.c | 192 int baud, r; in xf86SetSerial() local 331 int baud, r; in xf86SetSerialSpeed() local
|
| /OK3568_Linux_fs/kernel/drivers/net/hamradio/ |
| H A D | baycom_ser_fdx.c | 115 unsigned int baud, baud_us, baud_arbdiv, baud_uartdiv, baud_dcdtimeout; member 482 unsigned int baud; in baycom_setmode() local 572 static int baud[NR_PORTS] = { [0 ... NR_PORTS-1] = 1200 }; variable
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | fsl_lpuart.h | 14 u32 baud; member 25 u32 baud; member
|