/u-boot/drivers/serial/ |
A D | serial_sh.h | 478 #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 D | serial_sti_asc.c | 50 #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 D | rockchip_i2s.c | 54 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 D | README | 10 - UART @ 115200bps
|
/u-boot/arch/x86/cpu/baytrail/ |
A D | Kconfig | 34 A maximum baud rate of 115200 bps is supported. For this
|
/u-boot/cmd/ |
A D | sf.c | 414 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 D | loady.rst | 42 ## Ready for binary (ymodem) download to 0x80064000 at 115200 bps...
|
/u-boot/board/freescale/mpc8323erdb/ |
A D | README | 71 The console baudrate for MPC8323ERDB is 115200bps.
|
/u-boot/board/keymile/km83xx/ |
A D | README.kmeter1 | 91 1) The console baudrate for kmeter1 is 115200bps.
|
/u-boot/board/freescale/mpc837xerdb/ |
A D | README | 97 baudrate for MPC837XE-RDB is 115200bps.
|
/u-boot/board/freescale/mpc8315erdb/ |
A D | README | 105 The console baudrate for MPC8315ERDB is 115200bps.
|
/u-boot/board/freescale/mpc8313erdb/ |
A D | README | 111 The console baudrate for MPC8313ERDB is 115200bps.
|
/u-boot/examples/standalone/ |
A D | README.smc91111_eeprom | 58 ## 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 D | README | 104 1) The console baudrate for MPC837XEMDS is 115200bps.
|
/u-boot/board/freescale/p1010rdb/ |
A D | README.P1010RDB-PA | 39 - DUART interface: supports two UARTs up to 115200 bps for 73 -Data rate: 115200 bps
|
A D | README.P1010RDB-PB | 55 -Data rate: 115200 bps
|
/u-boot/board/freescale/mpc832xemds/ |
A D | README | 128 1) The console baudrate for MPC832XEMDS is 115200bps.
|
/u-boot/board/freescale/t102xrdb/ |
A D | README | 79 - 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 D | README | 186 1) The console baudrate for MPC8349EITX is 115200bps.
|
/u-boot/doc/board/sipeed/ |
A D | maix.rst | 231 ## 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 D | tbs2910.rst | 27 The UART voltage is at 3.3V and its settings are 115200bps 8N1
|
/u-boot/board/freescale/m52277evb/ |
A D | README | 180 baudrate = 115200 bps
|
/u-boot/doc/ |
A D | README.m54418twr | 190 baudrate = 115200 bps
|
/u-boot/board/freescale/m547xevb/ |
A D | README | 213 baudrate = 115200 bps
|
/u-boot/board/freescale/m5373evb/ |
A D | README | 191 baudrate = 115200 bps
|