Home
last modified time | relevance | path

Searched refs:baud (Results 1 – 25 of 46) sorted by relevance

12

/external/openssh/
Dttymodes.c163 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/
Dserial_zynq.c48 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()
Dserial_ar933x.c57 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()
Dserial_bcm283x_mu.c39 u32 baud; member
68 writel(divider - 1, &regs->baud); in bcm283x_mu_serial_setbrg()
Dserial_lpuart.c223 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/
Dsermsdos.py100 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/
Dbcm2835-aux-uart.txt6 - clock: input clock frequency for the UART (used to calculate the baud
10 - skip-init: if present, the baud rate divisor is not changed
Dpl01x.txt6 - 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/
Dfsl_lpuart.h13 u32 baud; member
24 u32 baud; member
/external/toybox/toys/pending/
Dstty.c56 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/
Dmcf5373l.c88 int rs_serial_init(int port, int baud) in rs_serial_init() argument
125 counter = (u32) (gd->bus_clk / (baud)); in rs_serial_init()
Dastro.h5 int rs_serial_init(int port, int baud);
/external/u-boot/arch/x86/include/asm/acpi/
Ddebug.asl32 Store(0x01, CDAT) /* 115200 baud (low) */
33 Store(0x00, CDLM) /* 115200 baud (high) */
/external/u-boot/arch/arm/dts/
Dmeson-gxbb.dtsi748 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";
Dmeson-gxl.dtsi757 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";
Dimx6sll.dtsi310 clock-names = "ipg", "baud";
323 clock-names = "ipg", "baud";
336 clock-names = "ipg", "baud";
Dimx6sl.dtsi263 clock-names = "ipg", "baud";
279 clock-names = "ipg", "baud";
295 clock-names = "ipg", "baud";
/external/u-boot/doc/
DREADME.vxworks64 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
DREADME.AMCC-eval-boards-cleanup11 o Use 115200 baud as default console baudrate.
/external/u-boot/arch/x86/cpu/baytrail/
DKconfig34 A maximum baud rate of 115200 bps is supported. For this
/external/u-boot/drivers/i2c/
Dmvtwsi.c451 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/
Dpart_amiga.h135 u32 baud; member
/external/u-boot/drivers/spi/
Dpic32_spi.c29 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/
Dcoreboot_tables.h97 u32 baud; member
/external/u-boot/board/synopsys/emdk/
DREADME21 There's no HW flow-control and baud-rate is 115200.

12