/openbmc/linux/include/uapi/linux/ |
H A D | gen_stats.h | 37 __u32 bps; member 47 __u64 bps; member
|
/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/linux/net/mac80211/ |
H A D | airtime.c | 19 #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 D | generic_bandwidth_allocation.c | 38 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 D | bus.h | 190 int port_num, int bps, in sdw_fill_port_params()
|
/openbmc/linux/sound/hda/ |
H A D | intel-nhlt.c | 241 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 D | ark3116.c | 114 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 D | generic.c | 271 unsigned int bps; in usb_serial_generic_wait_until_sent() local
|
/openbmc/linux/sound/soc/sof/intel/ |
H A D | hda-probes.c | 79 int bps, ret; in hda_probes_compr_set_params() local
|
/openbmc/u-boot/drivers/sound/ |
H A D | rockchip_i2s.c | 52 u32 bps = priv->bitspersample; in rockchip_i2s_init() local
|
/openbmc/linux/arch/powerpc/mm/ptdump/ |
H A D | hashpagetable.c | 184 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 D | skl-nhlt.c | 103 u16 channels, bps; in skl_get_ssp_clks() local
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_virt.c | 300 void *bps = NULL; in amdgpu_virt_init_ras_err_handler_data() local 369 struct eeprom_table_record *bps, int pages) in amdgpu_virt_ras_add_bps()
|
H A D | amdgpu_ras.c | 1346 struct ras_badpage *bps = NULL; in amdgpu_ras_sysfs_badpages_read() local 1982 struct ras_badpage **bps, unsigned int *count) in amdgpu_ras_badpages_read() 2096 void *bps = kmalloc(align_space * sizeof(*data->bps), GFP_KERNEL); in amdgpu_ras_realloc_eh_data_space() local 2115 struct eeprom_table_record *bps, int pages) in amdgpu_ras_add_bad_pages() 2207 struct eeprom_table_record *bps; in amdgpu_ras_load_bad_pages() local
|
/openbmc/linux/drivers/staging/vc04_services/bcm2835-audio/ |
H A D | vc_vchi_audioserv_defs.h | 37 u32 bps; member
|
H A D | bcm2835-vchiq.c | 271 unsigned int bps) in bcm2835_audio_set_params()
|
/openbmc/linux/sound/soc/intel/avs/ |
H A D | probes.c | 133 int bps, ret; in avs_probe_compr_set_params() local
|
/openbmc/linux/include/linux/ |
H A D | slimbus.h | 136 unsigned int bps; member
|
/openbmc/linux/drivers/tty/ |
H A D | tty_port.c | 596 unsigned int bps = tty_get_baud_rate(tty); in tty_port_drain_delay() local
|
/openbmc/linux/block/ |
H A D | blk-throttle.h | 105 uint64_t bps[2][LIMIT_CNT]; member
|
/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/include/sound/ |
H A D | intel-nhlt.h | 181 u32 bus_id, u8 link_type, u8 vbps, u8 bps, in intel_nhlt_get_endpoint_blob()
|
/openbmc/linux/fs/smb/client/ |
H A D | cifs_debug.c | 170 static inline const char *smb_speed_to_str(size_t bps) in smb_speed_to_str()
|