Searched defs:bps (Results 1 – 17 of 17) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
D | gen_stats.h |
|
/openbmc/u-boot/drivers/serial/ |
H A D | serial_sh.h | 740 #define SCBRR_VALUE(bps, clk) ((clk+16*bps)/(16*bps)-1) argument 749 #define SCBRR_VALUE(bps, clk) (((clk*2)+16*bps)/(32*bps)-1) argument 752 static inline int scbrr_calc(struct uart_port *port, int bps, int clk) in scbrr_calc() 759 #define SCBRR_VALUE(bps, clk) scbrr_calc(port, bps, clk) argument 761 #define SCBRR_VALUE(bps, clk) (((clk*1000/32)/bps)-1) argument 763 #define DL_VALUE(bps, clk) (clk / bps / 16) /* External Clock */ argument 765 #define SCBRR_VALUE(bps, clk) (clk / bps / 16 - 1) /* Internal Clock */ argument 767 #define SCBRR_VALUE(bps, clk) (clk / bps / 32 - 1) /* Internal Clock */ argument 770 #define SCBRR_VALUE(bps, clk) ((clk+16*bps)/(32*bps)-1) argument 774 #define DL_VALUE(bps, clk) 0 argument
|
H A D | serial_sti_asc.c | 47 #define BAUDRATE_VAL_M0(bps) (PCLK / (16 * (bps))) argument 48 #define BAUDRATE_VAL_M1(bps) ((bps * (1 << 14)) + (1<<13)) / (PCLK/(1 << 6)) argument
|
/openbmc/u-boot/drivers/sound/ |
H A D | rockchip_i2s.c | 52 u32 bps = priv->bitspersample; in rockchip_i2s_init() local
|
/openbmc/linux/drivers/staging/vc04_services/bcm2835-audio/ |
D | vc_vchi_audioserv_defs.h |
|
/openbmc/linux/drivers/soundwire/ |
D | bus.h |
|
/openbmc/u-boot/cmd/ |
H A D | sf.c | 409 int bps; /* Bits per second */ in show_time() local
|
/openbmc/qemu/hw/block/ |
H A D | fdc-internal.h | 84 uint16_t bps; /* Bytes per sector */ member
|
/openbmc/linux/drivers/tty/serial/ |
D | zs.h |
|
D | ip22zilog.h |
|
D | sunzilog.h |
|
D | pmac_zilog.h |
|
/openbmc/linux/drivers/slimbus/ |
D | slimbus.h |
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/ |
D | main.h |
|
/openbmc/qemu/hw/arm/ |
H A D | omap1.c | 2975 static const int bps[8] = { 0, 1, 1, 2, 2, 2, -255, -255 }; in omap_mcbsp_source_tick() local 3022 static const int bps[8] = { 0, 1, 1, 2, 2, 2, -255, -255 }; in omap_mcbsp_sink_tick() local
|
/openbmc/qemu/ui/ |
H A D | vnc.c | 1072 int bps; in vnc_update_throttle_offset() local
|
/openbmc/linux/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.c |
|