/external/openssh/ |
D | ttymodes.c | 163 baud_to_speed(int baud) in baud_to_speed() argument 165 switch (baud) { in baud_to_speed() 283 int baud; in tty_make_modes() local 312 baud = speed_to_baud(cfgetospeed(&tio)); in tty_make_modes() 314 buffer_put_int(&buf, baud); in tty_make_modes() 315 baud = speed_to_baud(cfgetispeed(&tio)); in tty_make_modes() 317 buffer_put_int(&buf, baud); in tty_make_modes() 351 int opcode, baud; in tty_parse_modes() local 389 baud = packet_get_int(); in tty_parse_modes() 391 cfsetispeed(&tio, baud_to_speed(baud)) == -1) in tty_parse_modes() [all …]
|
/external/u-boot/drivers/serial/ |
D | serial_zynq.c | 48 unsigned long clock, unsigned long baud) in _uart_zynq_serial_setbrg() argument 55 if (clock < 1000000 && baud > 4800) in _uart_zynq_serial_setbrg() 56 baud = 4800; in _uart_zynq_serial_setbrg() 65 bgen = clock / (baud * (bdiv + 1)); in _uart_zynq_serial_setbrg() 75 if (baud > calc_baud) in _uart_zynq_serial_setbrg() 76 calc_bauderror = baud - calc_baud; in _uart_zynq_serial_setbrg() 78 calc_bauderror = calc_baud - baud; in _uart_zynq_serial_setbrg() 79 if (((calc_bauderror * 100) / baud) < 3) in _uart_zynq_serial_setbrg()
|
D | serial_ar933x.c | 57 static void ar933x_serial_get_scale_step(u32 clk, u32 baud, in ar933x_serial_get_scale_step() argument 66 min_diff = baud; in ar933x_serial_get_scale_step() 71 tstep = baud * (tscale + 1); in ar933x_serial_get_scale_step() 79 diff = abs(baudrate - baud); in ar933x_serial_get_scale_step()
|
D | serial_bcm283x_mu.c | 39 u32 baud; member 68 writel(divider - 1, ®s->baud); in bcm283x_mu_serial_setbrg()
|
D | serial_lpuart.c | 223 tmp = in_le32(&base->baud); in _lpuart32_serial_setbrg_7ulp() 237 out_le32(&base->baud, tmp); in _lpuart32_serial_setbrg_7ulp() 250 lpuart_write32(plat->flags, &base->baud, sbr); in _lpuart32_serial_setbrg()
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | sermsdos.py | 100 self.baud = BAUD_RATES[baudrate] 118 self._config(self.portstr, self.baud, self.parity, 127 def _config(self, port, baud, parity, data, stop, retry, argument 130 , " BAUD= ", baud, " PARITY= ", parity 195 , self.baud, self.parity, self.bytesize, self.stop,
|
/external/u-boot/doc/device-tree-bindings/serial/ |
D | bcm2835-aux-uart.txt | 6 - clock: input clock frequency for the UART (used to calculate the baud 10 - skip-init: if present, the baud rate divisor is not changed
|
D | pl01x.txt | 6 - clock: input clock frequency for the UART (used to calculate the baud 10 - skip-init: if present, the baud rate divisor is not changed
|
/external/u-boot/include/ |
D | fsl_lpuart.h | 13 u32 baud; member 24 u32 baud; member
|
/external/toybox/toys/pending/ |
D | stty.c | 56 static int baud(speed_t speed) in baud() function 62 static speed_t speed(int baud) in speed() argument 66 for (i=0;i<ARRAY_LEN(bauds);i++) if (bauds[i] == baud) break; in speed() 67 if (i == ARRAY_LEN(bauds)) error_exit("unknown speed: %d", baud); in speed() 192 int ispeed = baud(cfgetispeed(t)), ospeed = baud(cfgetospeed(t)); in show_speed()
|
/external/u-boot/board/astro/mcf5373l/ |
D | mcf5373l.c | 88 int rs_serial_init(int port, int baud) in rs_serial_init() argument 125 counter = (u32) (gd->bus_clk / (baud)); in rs_serial_init()
|
D | astro.h | 5 int rs_serial_init(int port, int baud);
|
/external/u-boot/arch/x86/include/asm/acpi/ |
D | debug.asl | 32 Store(0x01, CDAT) /* 115200 baud (low) */ 33 Store(0x00, CDLM) /* 115200 baud (high) */
|
/external/u-boot/arch/arm/dts/ |
D | meson-gxbb.dtsi | 748 clock-names = "xtal", "pclk", "baud"; 753 clock-names = "xtal", "pclk", "baud"; 758 clock-names = "xtal", "pclk", "baud"; 763 clock-names = "xtal", "pclk", "baud"; 768 clock-names = "xtal", "pclk", "baud";
|
D | meson-gxl.dtsi | 757 clock-names = "xtal", "pclk", "baud"; 762 clock-names = "xtal", "pclk", "baud"; 767 clock-names = "xtal", "pclk", "baud"; 772 clock-names = "xtal", "pclk", "baud"; 777 clock-names = "xtal", "pclk", "baud";
|
D | imx6sll.dtsi | 310 clock-names = "ipg", "baud"; 323 clock-names = "ipg", "baud"; 336 clock-names = "ipg", "baud";
|
D | imx6sl.dtsi | 263 clock-names = "ipg", "baud"; 279 clock-names = "ipg", "baud"; 295 clock-names = "ipg", "baud";
|
/external/u-boot/doc/ |
D | README.vxworks | 64 It's very common that VxWorks BSPs configure a different baud rate for the 66 to use 9600 as the default baud rate on all x86 BSPs while U-Boot uses 115200. 67 Please configure both U-Boot and VxWorks to use the same baud rate, or it may
|
D | README.AMCC-eval-boards-cleanup | 11 o Use 115200 baud as default console baudrate.
|
/external/u-boot/arch/x86/cpu/baytrail/ |
D | Kconfig | 34 A maximum baud rate of 115200 bps is supported. For this
|
/external/u-boot/drivers/i2c/ |
D | mvtwsi.c | 451 uint baud = 0x44; /* Baud rate after controller reset */ in __twsi_i2c_set_bus_speed() local 463 baud = (m << 3) | n; in __twsi_i2c_set_bus_speed() 467 writel(baud, &twsi->baudrate); in __twsi_i2c_set_bus_speed()
|
/external/u-boot/disk/ |
D | part_amiga.h | 135 u32 baud; member
|
/external/u-boot/drivers/spi/ |
D | pic32_spi.c | 29 struct pic32_reg_atomic baud; member 300 writel(div, &priv->regs->baud.raw); in pic32_spi_set_speed()
|
/external/u-boot/arch/x86/include/asm/ |
D | coreboot_tables.h | 97 u32 baud; member
|
/external/u-boot/board/synopsys/emdk/ |
D | README | 21 There's no HW flow-control and baud-rate is 115200.
|