Home
last modified time | relevance | path

Searched defs:bps (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/include/uapi/linux/
Dgen_stats.h
/openbmc/u-boot/drivers/serial/
H A Dserial_sh.h740 #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 Dserial_sti_asc.c47 #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 Drockchip_i2s.c52 u32 bps = priv->bitspersample; in rockchip_i2s_init() local
/openbmc/linux/drivers/staging/vc04_services/bcm2835-audio/
Dvc_vchi_audioserv_defs.h
/openbmc/linux/drivers/soundwire/
Dbus.h
/openbmc/u-boot/cmd/
H A Dsf.c409 int bps; /* Bits per second */ in show_time() local
/openbmc/qemu/hw/block/
H A Dfdc-internal.h84 uint16_t bps; /* Bytes per sector */ member
/openbmc/linux/drivers/tty/serial/
Dzs.h
Dip22zilog.h
Dsunzilog.h
Dpmac_zilog.h
/openbmc/linux/drivers/slimbus/
Dslimbus.h
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
Dmain.h
/openbmc/qemu/hw/arm/
H A Domap1.c2975 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 Dvnc.c1072 int bps; in vnc_update_throttle_offset() local
/openbmc/linux/drivers/net/ethernet/emulex/benet/
Dbe_cmds.c