Home
last modified time | relevance | path

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

123

/openbmc/linux/include/uapi/linux/
H A Dgen_stats.h37 __u32 bps; member
47 __u64 bps; member
/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/linux/net/mac80211/
H A Dairtime.c19 #define MCS_N_KSYMS(bps) DIV_ROUND_UP(MCS_NBITS << 10, (bps)) argument
31 #define MCS_DURATION(streams, sgi, bps) \ argument
34 #define MCS_DURATION_S(shift, streams, sgi, bps) \ argument
52 #define HE_DURATION(streams, gi, bps) \ argument
55 #define HE_DURATION_S(shift, streams, gi, bps) \ argument
/openbmc/linux/drivers/soundwire/
H A Dgeneric_bandwidth_allocation.c38 unsigned int rate, bps, ch = 0; in sdw_compute_slave_ports() local
93 unsigned int rate, bps, ch; in sdw_compute_master_ports() local
164 unsigned int rate, bps, ch; in sdw_compute_group_params() local
H A Dbus.h190 int port_num, int bps, in sdw_fill_port_params()
/openbmc/linux/sound/hda/
H A Dintel-nhlt.c241 u32 rate, u8 vbps, u8 bps, bool ignore_vbps) in nhlt_get_specific_cfg()
291 u32 bus_id, u8 link_type, u8 vbps, u8 bps, in intel_nhlt_get_endpoint_blob()
/openbmc/linux/drivers/usb/serial/
H A Dark3116.c114 static inline int calc_divisor(int bps) in calc_divisor()
198 int bps = tty_get_baud_rate(tty); in ark3116_set_termios() local
H A Dgeneric.c271 unsigned int bps; in usb_serial_generic_wait_until_sent() local
/openbmc/linux/sound/soc/sof/intel/
H A Dhda-probes.c79 int bps, ret; in hda_probes_compr_set_params() local
/openbmc/u-boot/drivers/sound/
H A Drockchip_i2s.c52 u32 bps = priv->bitspersample; in rockchip_i2s_init() local
/openbmc/linux/arch/powerpc/mm/ptdump/
H A Dhashpagetable.c184 unsigned long rpn, int bps, int aps, unsigned long lp) in dump_hpte_info()
279 static void decode_r(int bps, unsigned long r, unsigned long *rpn, int *aps, in decode_r()
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl-nhlt.c103 u16 channels, bps; in skl_get_ssp_clks() local
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_virt.c298 void *bps = NULL; in amdgpu_virt_init_ras_err_handler_data() local
367 struct eeprom_table_record *bps, int pages) in amdgpu_virt_ras_add_bps()
H A Damdgpu_ras.c1346 struct ras_badpage *bps = NULL; in amdgpu_ras_sysfs_badpages_read() local
1979 struct ras_badpage **bps, unsigned int *count) in amdgpu_ras_badpages_read()
2093 void *bps = kmalloc(align_space * sizeof(*data->bps), GFP_KERNEL); in amdgpu_ras_realloc_eh_data_space() local
2112 struct eeprom_table_record *bps, int pages) in amdgpu_ras_add_bad_pages()
2204 struct eeprom_table_record *bps; in amdgpu_ras_load_bad_pages() local
/openbmc/linux/drivers/staging/vc04_services/bcm2835-audio/
H A Dvc_vchi_audioserv_defs.h37 u32 bps; member
H A Dbcm2835-vchiq.c271 unsigned int bps) in bcm2835_audio_set_params()
/openbmc/linux/sound/soc/intel/avs/
H A Dprobes.c133 int bps, ret; in avs_probe_compr_set_params() local
/openbmc/linux/include/linux/
H A Dslimbus.h136 unsigned int bps; member
/openbmc/linux/drivers/tty/
H A Dtty_port.c596 unsigned int bps = tty_get_baud_rate(tty); in tty_port_drain_delay() local
/openbmc/linux/block/
H A Dblk-throttle.h105 uint64_t bps[2][LIMIT_CNT]; member
/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.h86 uint16_t bps; /* Bytes per sector */ member
/openbmc/linux/include/sound/
H A Dintel-nhlt.h181 u32 bus_id, u8 link_type, u8 vbps, u8 bps, in intel_nhlt_get_endpoint_blob()
/openbmc/linux/fs/smb/client/
H A Dcifs_debug.c170 static inline const char *smb_speed_to_str(size_t bps) in smb_speed_to_str()

123