| /f-stack/freebsd/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 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 56 nvidia,adjust-baud-rates = <0 9600 100>, [all …]
|
| H A D | serial.yaml | 105 The maximum baud rate the device operates at. 109 baud rates. 114 The current baud rate the device operates at. 116 the baud rate of the slave device. 118 * device supports auto-baud 121 * device baud rate is configured by its firmware but there is no
|
| H A D | mtk-uart.txt | 37 - "baud": The clock the baudrate is derived from 41 baud clock if the baudclk does not exist. Do not use this for new designs. 51 clock-names = "baud", "bus";
|
| H A D | ingenic,uart.yaml | 45 - const: baud 80 clock-names = "baud", "module";
|
| H A D | amlogic,meson-uart.yaml | 56 - const: baud 74 clock-names = "xtal", "pclk", "baud";
|
| H A D | fsl-lpuart.txt | 21 bus/baud clock. For imx8qxp lpuart, "ipg" clock is bus clock that is used 22 to access lpuart controller registers, it also requires "baud" clock for
|
| H A D | brcm,bcm2835-aux-uart.txt | 8 - clocks: Clock driving the hardware; used to figure out the baud rate
|
| H A D | arm_sbsa_uart.txt | 10 - current-speed: the (fixed) baud rate set by the firmware
|
| H A D | brcm,bcm6345-uart.txt | 11 - clocks: Clock driving the hardware; used to figure out the baud rate
|
| H A D | arc-uart.txt | 8 - current-speed : baud rate for UART
|
| /f-stack/freebsd/mips/nlm/hal/ |
| H A D | uart.h | 53 #define BAUD_DIVISOR(baud) (BASE_BAUD / baud) argument 101 nlm_uart_set_baudrate(uint64_t base, int baud) in nlm_uart_set_baudrate() argument 110 (BAUD_DIVISOR(baud) & 0xff)); in nlm_uart_set_baudrate() 112 ((BAUD_DIVISOR(baud) >> 8) & 0xff)); in nlm_uart_set_baudrate() 153 nlm_uart_init(uint64_t base, int baud, int databits, int stopbits, in nlm_uart_init() argument 179 nlm_uart_set_baudrate(base, baud); in nlm_uart_init()
|
| /f-stack/freebsd/mips/broadcom/ |
| H A D | uart_cpu_chipc.c | 95 int baud, fd, len; in uart_getenv_cfe() local 118 ret = cfe_ioctl(fd, IOCTL_SERIAL_GETSPEED, (unsigned char *)&baud, in uart_getenv_cfe() 119 sizeof(baud), &len, 0); in uart_getenv_cfe() 121 baud = CHIPC_UART_BAUDRATE; in uart_getenv_cfe() 124 return (uart_cpu_init(di, uart, baud)); in uart_getenv_cfe()
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| 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";
|
| H A D | mt8135.dtsi | 228 clock-names = "baud", "bus"; 237 clock-names = "baud", "bus"; 246 clock-names = "baud", "bus"; 255 clock-names = "baud", "bus";
|
| /f-stack/freebsd/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
|
| /f-stack/freebsd/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,
|
| /f-stack/freebsd/contrib/device-tree/src/arc/ |
| H A D | vdk_axs10x_mb.dtsi | 60 baud = <115200>; 70 baud = <115200>; 80 baud = <115200>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | clock-bindings.txt | 84 clock-names = "baud", "register"; 88 This represents a device with two clock inputs, named "baud" and "register". 89 The baud clock is connected to output 1 of the &osc device, and the register 113 /* UART, using the low frequency oscillator for the baud clock, 121 clock-names = "baud", "register"; 132 * The UART has its baud clock connected the external oscillator and its 154 clock-names = "baud", "register";
|
| /f-stack/freebsd/contrib/device-tree/src/mips/ingenic/ |
| H A D | jz4780.dtsi | 240 clock-names = "baud", "module"; 253 clock-names = "baud", "module"; 266 clock-names = "baud", "module"; 279 clock-names = "baud", "module"; 292 clock-names = "baud", "module";
|
| H A D | x1000.dtsi | 165 clock-names = "baud", "module"; 178 clock-names = "baud", "module"; 191 clock-names = "baud", "module";
|
| H A D | jz4770.dtsi | 314 clock-names = "baud", "module"; 327 clock-names = "baud", "module"; 340 clock-names = "baud", "module"; 353 clock-names = "baud", "module";
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | uart_dev_ar933x.c | 129 ar933x_uart_get_scale_step(struct uart_bas *bas, unsigned int baud, in ar933x_uart_get_scale_step() argument 140 min_diff = baud; in ar933x_uart_get_scale_step() 145 tstep = baud * (tscale + 1); in ar933x_uart_get_scale_step() 152 diff = abs(ar933x_uart_get_baud(clk, tscale, tstep) - baud); in ar933x_uart_get_scale_step()
|
| /f-stack/freebsd/arm/freescale/vybrid/ |
| H A D | vf_uart.c | 201 uart_reinit(struct uart_softc *sc, int clkspeed, int baud) in uart_reinit() argument 226 sbr = (uint16_t) (clkspeed / (baud * 16)); in uart_reinit() 227 brfa = (clkspeed / baud) - (sbr * 16); in uart_reinit()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/ |
| H A D | chosen.txt | 55 <baud>{<parity>{<bits>{<flow>}}} 59 baud - baud rate in decimal
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/amlogic/ |
| H A D | meson-a1.dtsi | 114 clock-names = "xtal", "pclk", "baud"; 124 clock-names = "xtal", "pclk", "baud";
|