Home
last modified time | relevance | path

Searched refs:bps (Results 1 – 25 of 26) sorted by relevance

12

/u-boot/drivers/serial/
A Dserial_sh.h478 #define SCBRR_VALUE(bps, clk) ((clk+16*bps)/(16*bps)-1) argument
482 #define SCBRR_VALUE(bps, clk) (((clk*2)+16*bps)/(32*bps)-1) argument
484 static inline int scbrr_calc(struct uart_port *port, int bps, int clk) in scbrr_calc() argument
487 return (clk+16*bps)/(32*bps)-1; in scbrr_calc()
489 return ((clk*2)+16*bps)/(16*bps)-1; in scbrr_calc()
491 #define SCBRR_VALUE(bps, clk) scbrr_calc(port, bps, clk) argument
493 #define DL_VALUE(bps, clk) (clk / bps / 16) /* External Clock */ argument
495 #define SCBRR_VALUE(bps, clk) (clk / bps / 16 - 1) /* Internal Clock */ argument
497 #define SCBRR_VALUE(bps, clk) (clk / bps / 32 - 1) /* Internal Clock */ argument
500 #define SCBRR_VALUE(bps, clk) ((clk+16*bps)/(32*bps)-1) argument
[all …]
A Dserial_sti_asc.c50 #define BAUDRATE_VAL_M0(bps) (PCLK / (16 * (bps))) argument
51 #define BAUDRATE_VAL_M1(bps) ((bps * (1 << 14)) + (1<<13)) / (PCLK/(1 << 6)) argument
/u-boot/drivers/sound/
A Drockchip_i2s.c54 u32 bps = priv->bitspersample; in rockchip_i2s_init() local
73 mode |= (lrf / (bps * chn) - 1) << I2S_MCLK_DIV_SHIFT; in rockchip_i2s_init()
/u-boot/board/mikrotik/crs3xx-98dx3236/
A DREADME10 - UART @ 115200bps
/u-boot/arch/x86/cpu/baytrail/
A DKconfig34 A maximum baud rate of 115200 bps is supported. For this
/u-boot/cmd/
A Dsf.c414 int bps; /* Bits per second */ in show_time() local
419 bps = speed * 8; in show_time()
423 (int)speed, bps / 1000, bps % 1000); in show_time()
/u-boot/doc/usage/
A Dloady.rst42 ## Ready for binary (ymodem) download to 0x80064000 at 115200 bps...
/u-boot/board/freescale/mpc8323erdb/
A DREADME71 The console baudrate for MPC8323ERDB is 115200bps.
/u-boot/board/keymile/km83xx/
A DREADME.kmeter191 1) The console baudrate for kmeter1 is 115200bps.
/u-boot/board/freescale/mpc837xerdb/
A DREADME97 baudrate for MPC837XE-RDB is 115200bps.
/u-boot/board/freescale/mpc8315erdb/
A DREADME105 The console baudrate for MPC8315ERDB is 115200bps.
/u-boot/board/freescale/mpc8313erdb/
A DREADME111 The console baudrate for MPC8313ERDB is 115200bps.
/u-boot/examples/standalone/
A DREADME.smc91111_eeprom58 ## Ready for binary (kermit) download to 0x01000000 at 57600 bps...
106 ## Ready for binary (kermit) download to 0x00001000 at 57600 bps...
/u-boot/board/freescale/mpc837xemds/
A DREADME104 1) The console baudrate for MPC837XEMDS is 115200bps.
/u-boot/board/freescale/p1010rdb/
A DREADME.P1010RDB-PA39 - DUART interface: supports two UARTs up to 115200 bps for
73 -Data rate: 115200 bps
A DREADME.P1010RDB-PB55 -Data rate: 115200 bps
/u-boot/board/freescale/mpc832xemds/
A DREADME128 1) The console baudrate for MPC832XEMDS is 115200bps.
/u-boot/board/freescale/t102xrdb/
A DREADME79 - Two on-board 10M/100M/1G bps RGMII ethernet ports
80 - One on-board 10G bps Base-T port.
/u-boot/board/freescale/mpc8349itx/
A DREADME186 1) The console baudrate for MPC8349EITX is 115200bps.
/u-boot/doc/board/sipeed/
A Dmaix.rst231 ## Switch baudrate to 1500000 bps and press ENTER ...
236 ## Ready for binary (ymodem) download to 0x80000000 at 1500000 bps...
248 ## Switch baudrate to 115200 bps and press ESC ...
/u-boot/doc/board/tbs/
A Dtbs2910.rst27 The UART voltage is at 3.3V and its settings are 115200bps 8N1
/u-boot/board/freescale/m52277evb/
A DREADME180 baudrate = 115200 bps
/u-boot/doc/
A DREADME.m54418twr190 baudrate = 115200 bps
/u-boot/board/freescale/m547xevb/
A DREADME213 baudrate = 115200 bps
/u-boot/board/freescale/m5373evb/
A DREADME191 baudrate = 115200 bps

Completed in 17 milliseconds

12