Home
last modified time | relevance | path

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

1234

/f-stack/freebsd/contrib/device-tree/Bindings/serial/
H A Dnvidia,tegra20-hsuart.txt27 - 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 Dserial.yaml105 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 Dmtk-uart.txt37 - "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 Dingenic,uart.yaml45 - const: baud
80 clock-names = "baud", "module";
H A Damlogic,meson-uart.yaml56 - const: baud
74 clock-names = "xtal", "pclk", "baud";
H A Dfsl-lpuart.txt21 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 Dbrcm,bcm2835-aux-uart.txt8 - clocks: Clock driving the hardware; used to figure out the baud rate
H A Darm_sbsa_uart.txt10 - current-speed: the (fixed) baud rate set by the firmware
H A Dbrcm,bcm6345-uart.txt11 - clocks: Clock driving the hardware; used to figure out the baud rate
H A Darc-uart.txt8 - current-speed : baud rate for UART
/f-stack/freebsd/mips/nlm/hal/
H A Duart.h53 #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 Duart_cpu_chipc.c95 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 Dmeson6.dtsi57 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 Dmt8135.dtsi228 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 Dspi_oc_tiny.txt8 - 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 Dqnap-poweroff.txt5 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 Dvdk_axs10x_mb.dtsi60 baud = <115200>;
70 baud = <115200>;
80 baud = <115200>;
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dclock-bindings.txt84 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 Djz4780.dtsi240 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 Dx1000.dtsi165 clock-names = "baud", "module";
178 clock-names = "baud", "module";
191 clock-names = "baud", "module";
H A Djz4770.dtsi314 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 Duart_dev_ar933x.c129 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 Dvf_uart.c201 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 Dchosen.txt55 <baud>{<parity>{<bits>{<flow>}}}
59 baud - baud rate in decimal
/f-stack/freebsd/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-a1.dtsi114 clock-names = "xtal", "pclk", "baud";
124 clock-names = "xtal", "pclk", "baud";

1234