/freebsd/libexec/getty/ |
H A D | gettytab | 45 # The "NNN-baud" names are known to the special case 51 a|std.110|110-baud:\ 53 b|std.134|134.5-baud:\ 55 1|std.150|150-baud:\ 57 c|std.300|300-baud:\ 59 d|std.600|600-baud:\ 61 f|std.1200|1200-baud:\ 63 6|std.2400|2400-baud:\ 65 7|std.4800|4800-baud:\ 67 2|std.9600|9600-baud:\ [all …]
|
H A D | subr.c | 579 * baud rate. This string indicates the user's actual speed. 602 char c, baud[20]; in portselector() local 608 for (len = 0; len < sizeof (baud) - 1; len++) { in portselector() 616 baud[len] = c; in portselector() 618 baud[len] = '\0'; in portselector() 620 if (strcmp(ps->ps_baud, baud) == 0) { in portselector() 629 * This auto-baud speed select mechanism is written for the Micom 600 639 const char *type = "9600-baud"; in autobaud() 654 case 0200: /* 300-baud */ in autobaud() 655 type = "300-baud"; in autobaud() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/serial/ |
H A D | nvidia,tegra20-hsuart.txt | 27 - nvidia,adjust-baud-rates: List of entries providing percentage of baud rate 31 When baud rate set on controller falls within the range mentioned in this 32 field, baud rate will be adjusted by percentage mentioned here. 34 Increase baud rate by 2% when set baud rate falls within range 9600 to 115200 36 Baud Rate tolerance: 37 Standard UART devices are expected to have tolerance for baud rate error by 39 Tegra186 chip has a known hardware issue. UART Rx baud rate tolerance level 41 corruption/invalid framing errors. Parker errata suggests adjusting baud 45 its spec) for valid range and Tegra baud rate has to be set above actual 46 Tx baud rate observed. To do this we use nvidia,adjust-baud-rates [all …]
|
H A D | serial.yaml | 109 The maximum baud rate the device operates at. 113 baud rates. 118 The current baud rate the device operates at. 120 the baud rate of the slave device. 122 * device supports auto-baud 125 * device baud rate is configured by its firmware but there is no
|
H A D | ingenic,uart.yaml | 47 - description: Baud clock 52 - const: baud 89 clock-names = "baud", "module";
|
H A D | mtk-uart.txt | 41 - "baud": The clock the baudrate is derived from 45 baud clock if the baudclk does not exist. Do not use this for new designs. 55 clock-names = "baud", "bus";
|
H A D | mediatek,uart.yaml | 17 with 16550A, with enhancements for high speed baud rates and 65 - const: baud 118 clock-names = "baud", "bus";
|
/freebsd/lib/libc/gen/ |
H A D | tcsetattr.3 | 80 functions are provided for getting and setting the baud rate values in 86 Certain values for baud rates set in the termios structure and passed to 92 .Sh GETTING AND SETTING THE BAUD RATE 93 The input and output baud rates are found in the termios structure. 98 The value of the integer corresponds directly to the baud rate being 125 function returns the input baud rate in the termios structure referenced by 130 function sets the input baud rate in the termios structure referenced by 137 function returns the output baud rate in the termios structure referenced by 142 function sets the output baud rate in the termios structure referenced by 149 function sets both the input and output baud rate in the termios structure [all …]
|
/freebsd/share/man/man4/man4.i386/ |
H A D | sbni.4 | 58 which can set baud rate, receive level, and low three bytes of Ethernet 66 is a bit field, it is used to specify SBNI adapter receive level/baud rate: 71 baud rate number: 75 0 baud rate (2Mb in fast mode/500kb in slow) 77 1 baud rate (1Mb/250kb) 79 2 baud rate (500kb/125kb) 81 3 baud rate (250kb/62.5kb) 90 use fixed baud rate 92 if bit 7 is set then baud rate will be set according to 93 bits 4-5 value, otherwise baud rate is set to 2Mb
|
/freebsd/usr.bin/tip/tip/ |
H A D | remote | 26 unix57600|57600 Baud dial-out to a UNIX system:\ 28 unix33600|33600 Baud dial-out to a UNIX system:\ 32 dos57600|57600 Baud dial-out to a DOS system:\ 40 dial57600|57600 Baud Hayes attributes:\ 42 dial33600|33600 Baud Hayes attributes:\ 44 # 14.4k and 28.8k modems ran the port at 4x. Some rare 19.2 baud modems 46 dial28800|28800 Baud Hayes attributes:\ 48 dial14400|14400 Baud Hayes attributes:\
|
/freebsd/crypto/openssh/ |
H A D | ttymodes.c | 69 * Converts POSIX speed_t to a baud rate. The values of the 159 * Converts a numeric baud rate to a POSIX speed_t. 162 baud_to_speed(int baud) in baud_to_speed() argument 164 switch (baud) { in baud_to_speed() 300 /* Store input and output baud rates. */ in ssh_tty_make_modes() 349 u_int baud, u; in ssh_tty_parse_modes() local 380 if ((r = sshbuf_get_u32(buf, &baud)) != 0) in ssh_tty_parse_modes() 383 cfsetispeed(&tio, baud_to_speed(baud)) == -1) in ssh_tty_parse_modes() 384 error("cfsetispeed failed for %d", baud); in ssh_tty_parse_modes() 388 if ((r = sshbuf_get_u32(buf, &baud)) != 0) in ssh_tty_parse_modes() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | serial-midi.yaml | 19 Can only be set to use standard baud rates corresponding to supported rates of the 20 parent serial device. If the standard MIDI baud of 31.25 kBaud is needed 22 configure the clocks of the parent serial device so that a requested baud of 38.4 kBaud 23 results in the standard MIDI baud rate, and set the 'current-speed' property to 38400 (default)
|
/freebsd/share/man/man4/ |
H A D | uart.4 | 46 .Cd hint.uart.0.baud="38400" 295 When the device clock rate (see below) is set to 0, then the baud rate will be 298 Only the traditional baud rates are allowed. 300 Baud rates between 1200 and 19200 must be a multiple of 1200. 301 Otherwise the baud rate must be a multiple of 75. 304 driver to not program the baud rate divisor and use the hardware as-is. 351 When set to 0, and the baud rate is also set, the UART's initialization 354 frequency is a poor match to the traditional baud rates. 375 COM2 instead of COM1 and set the baud rate to 115200.
|
/freebsd/sys/contrib/device-tree/src/arm/amlogic/ |
H A D | meson6.dtsi | 57 clock-names = "xtal", "pclk", "baud"; 62 clock-names = "xtal", "pclk", "baud"; 67 clock-names = "xtal", "pclk", "baud"; 72 clock-names = "xtal", "pclk", "baud";
|
/freebsd/sys/dev/usb/serial/ |
H A D | uplcom.c | 411 only fixed rates) and for PL2303SA (8-pin chip, up to 115200 baud */ in uplcom_attach() 730 * NOTE: These baud rates are officially supported, they can be written 779 * Check requested baud rate. in uplcom_pre_param() 781 * The PL2303 can only set specific baud rates, up to 1228800 baud. in uplcom_pre_param() 782 * The PL2303HX can set any baud rate up to 6Mb. in uplcom_pre_param() 783 * The PL2303HX rev. D and PL2303HXN can set any baud rate up to 12Mb. in uplcom_pre_param() 809 DPRINTF("uplcom_param: bad baud rate (%d)\n", t->c_ospeed); in uplcom_pre_param() 814 uplcom_encode_baud_rate_divisor(uint8_t *buf, unsigned baud) in uplcom_encode_baud_rate_divisor() argument 818 /* Determine the baud rate divisor. This algorithm is taken from Linux. */ in uplcom_encode_baud_rate_divisor() 826 if (baud == 0) in uplcom_encode_baud_rate_divisor() [all …]
|
/freebsd/bin/stty/ |
H A D | stty.1 | 102 Set terminal baud rate to the 105 baud rate is set to zero, modem 109 Set terminal input baud rate to the 112 input baud rate is set to zero, the 113 input baud rate is set to the 114 value of the output baud 117 Set terminal output baud rate to 120 the output baud rate is set to
|
/freebsd/contrib/ncurses/man/ |
H A D | tset.1 | 194 optional operator, an optional baud rate specification, an optional 207 The baud rate is specified as a number and is compared with the speed 213 If the port type and baud 220 The port type is dialup , the operator is >, the baud rate 224 and the baud rate is greater than 9600 baud, a terminal type of 227 If no baud rate is specified, the terminal type will match any baud rate. 230 will cause any dialup port, regardless of baud rate, to match the terminal
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_irig.c | 52 * samples of successive baud intervals in order to reliably identify 156 #define BAUD 80 /* samples per baud interval */ macro 213 l_fp chrstamp; /* baud timestamp */ 214 l_fp prvstamp; /* previous baud timestamp */ 215 double integ[BAUD]; /* baud integrator */ 581 * data frame at the baud rate and decodes the width-modulated data 605 * Synchronous baud integrator. Corresponding samples of current in irig_base() 606 * and past baud interval in irig_base() [all...] |
/freebsd/sys/dev/uart/ |
H A D | uart_dev_imx.c | 116 u_int baud, blo, bhi, i; in imx_uart_getbaud() local 123 * Get the baud rate the hardware is programmed for, then search the in imx_uart_getbaud() 124 * table of standard baud rates for a number that's within 3% of the in imx_uart_getbaud() 128 * numerator are 1 (like we do when setting the baud rate), because we in imx_uart_getbaud() 136 baud = ((rate / 16 ) * ubir) / ubmr; in imx_uart_getbaud() 138 blo = (baud * 100) / 103; in imx_uart_getbaud() 139 bhi = (baud * 100) / 97; in imx_uart_getbaud() 143 baud = rate; in imx_uart_getbaud() 148 return (baud); in imx_uart_getbaud() 190 * The hardware has an extremely flexible baud clock: it allows setting in imx_uart_init()
|
/freebsd/sys/contrib/device-tree/Bindings/spi/ |
H A D | spi_oc_tiny.txt | 8 - baud-width: width, in bits, of the programmable divider used to scale 11 The clock-frequency and baud-width properties are needed only if the divider
|
/freebsd/sys/contrib/device-tree/Bindings/power/reset/ |
H A D | qnap-poweroff.txt | 5 Orion5x SoCs. Sending the character 'A', at 19200 baud, tells the 8 Synology NAS devices use a similar scheme, but a different baud rate,
|
/freebsd/sys/contrib/device-tree/src/arc/ |
H A D | vdk_axs10x_mb.dtsi | 60 baud = <115200>; 70 baud = <115200>; 80 baud = <115200>;
|
/freebsd/sys/arm/freescale/vybrid/ |
H A D | vf_uart.c | 51 #define UART_BDH 0x00 /* Baud Rate Registers: High */ 52 #define UART_BDL 0x01 /* Baud Rate Registers: Low */ 108 #define UART_C4_BRFA 0x1f /* Baud Rate Fine Adjust */ 109 #define UART_BDH_SBR 0x1f /* UART Baud Rate Bits */ 199 uart_reinit(struct uart_softc *sc, int clkspeed, int baud) in uart_reinit() argument 224 sbr = (uint16_t) (clkspeed / (baud * 16)); in uart_reinit() 225 brfa = (clkspeed / baud) - (sbr * 16); in uart_reinit()
|
/freebsd/usr.bin/tip/libacu/ |
H A D | df.c | 83 if (speed != B1200) { /* must dial at 1200 baud */ in df_dialer() 87 ioctl(f, TIOCMBIC, &st); /* clear ST for 300 baud */ in df_dialer() 89 ioctl(f, TIOCMBIS, &st); /* set ST for 1200 baud */ in df_dialer()
|
/freebsd/sys/contrib/device-tree/src/arm/mediatek/ |
H A D | mt8135.dtsi | 227 clock-names = "baud", "bus"; 236 clock-names = "baud", "bus"; 245 clock-names = "baud", "bus"; 254 clock-names = "baud", "bus";
|