Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/drivers/serial/
H A Dserial_sh.h744 #define SCBRR_VALUE(bps, clk) ((clk+16*bps)/(16*bps)-1) argument
753 #define SCBRR_VALUE(bps, clk) (((clk*2)+16*bps)/(32*bps)-1) argument
756 static inline int scbrr_calc(struct uart_port *port, int bps, int clk) in scbrr_calc() argument
759 return (clk+16*bps)/(32*bps)-1; in scbrr_calc()
761 return ((clk*2)+16*bps)/(16*bps)-1; in scbrr_calc()
763 #define SCBRR_VALUE(bps, clk) scbrr_calc(port, bps, clk) argument
765 #define SCBRR_VALUE(bps, clk) (((clk*1000/32)/bps)-1) argument
768 #define DL_VALUE(bps, clk) (clk / bps / 16) /* External Clock */ argument
770 #define SCBRR_VALUE(bps, clk) (clk / bps / 16 - 1) /* Internal Clock */ argument
772 #define SCBRR_VALUE(bps, clk) (clk / bps / 32 - 1) /* Internal Clock */ argument
[all …]
H A Dserial_sti_asc.c48 #define BAUDRATE_VAL_M0(bps) (PCLK / (16 * (bps))) argument
49 #define BAUDRATE_VAL_M1(bps) ((bps * (1 << 14)) + (1<<13)) / (PCLK/(1 << 6)) argument
/rk3399_rockchip-uboot/cmd/
H A Dsf.c409 int bps; /* Bits per second */ in show_time() local
414 bps = speed * 8; in show_time()
418 (int)speed, bps / 1000, bps % 1000); in show_time()
/rk3399_rockchip-uboot/arch/x86/cpu/baytrail/
H A DKconfig34 A maximum baud rate of 115200 bps is supported. For this
/rk3399_rockchip-uboot/board/freescale/c29xpcie/
H A DREADME23 - DUART interface: supports two UARTs up to 115200 bps for
44 -Data rate: 115200 bps
/rk3399_rockchip-uboot/common/
H A Dlrz.c973 long bps; in wcreceive() local
977 bps=(zi.bytes_received-zi.bytes_skipped)/d; in wcreceive()
982 (long) zi.bytes_received, (long) zi.bytes_total, bps); in wcreceive()
987 shortname,protname(),zi.bytes_received, bps); in wcreceive()
1046 long bps; in wcreceive()
1050 bps=(zi.bytes_received-zi.bytes_skipped)/d; in wcreceive()
1054 (long) zi.bytes_received, bps); in wcreceive()
1059 shortname,protname(),zi.bytes_received, bps); in wcreceive()
2156 long bps; in rzfiles() local
2160 bps=(zi->bytes_received-zi->bytes_skipped)/d; in rzfiles()
[all …]
/rk3399_rockchip-uboot/board/freescale/mpc8323erdb/
H A DREADME71 The console baudrate for MPC8323ERDB is 115200bps.
/rk3399_rockchip-uboot/board/keymile/km83xx/
H A DREADME.kmeter191 1) The console baudrate for kmeter1 is 115200bps.
/rk3399_rockchip-uboot/board/freescale/mpc837xerdb/
H A DREADME97 baudrate for MPC837XE-RDB is 115200bps.
/rk3399_rockchip-uboot/board/freescale/mpc8315erdb/
H A DREADME105 The console baudrate for MPC8315ERDB is 115200bps.
/rk3399_rockchip-uboot/board/freescale/m5253evbe/
H A DREADME76 baudrate = 19200 bps
/rk3399_rockchip-uboot/examples/standalone/
H 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...
/rk3399_rockchip-uboot/board/freescale/mpc8313erdb/
H A DREADME111 The console baudrate for MPC8313ERDB is 115200bps.
/rk3399_rockchip-uboot/board/freescale/p1010rdb/
H A DREADME.P1010RDB-PA39 - DUART interface: supports two UARTs up to 115200 bps for
73 -Data rate: 115200 bps
H A DREADME.P1010RDB-PB55 -Data rate: 115200 bps
/rk3399_rockchip-uboot/board/freescale/mpc837xemds/
H A DREADME104 1) The console baudrate for MPC837XEMDS is 115200bps.
/rk3399_rockchip-uboot/board/freescale/mpc832xemds/
H A DREADME128 1) The console baudrate for MPC832XEMDS is 115200bps.
/rk3399_rockchip-uboot/board/freescale/t102xrdb/
H A DREADME79 - Two on-board 10M/100M/1G bps RGMII ethernet ports
80 - One on-board 10G bps Base-T port.
/rk3399_rockchip-uboot/board/freescale/bsc9131rdb/
H A DREADME71 DUART interface: supports one UARTs up to 115200 bps for console display
/rk3399_rockchip-uboot/board/freescale/bsc9132qds/
H A DREADME69 DUART interface: supports one UARTs up to 115200 bps for console display
/rk3399_rockchip-uboot/board/freescale/mpc8349itx/
H A DREADME187 1) The console baudrate for MPC8349EITX is 115200bps.
/rk3399_rockchip-uboot/board/freescale/m52277evb/
H A DREADME182 baudrate = 115200 bps
/rk3399_rockchip-uboot/doc/
H A DREADME.m54418twr189 baudrate = 115200 bps
/rk3399_rockchip-uboot/board/freescale/m547xevb/
H A DREADME213 baudrate = 115200 bps
/rk3399_rockchip-uboot/board/freescale/m5373evb/
H A DREADME192 baudrate = 115200 bps

12