Home
last modified time | relevance | path

Searched full:bps (Results 1 – 25 of 192) sorted by relevance

12345678

/linux-6.14.4/tools/testing/selftests/drivers/net/
Dshaper.py41 if not 'support-bw-max' in caps or not 'support-metric-bps' in caps:
42 raise KsftSkipEx("device does not support queue scope shapers with bw_max and metric bps")
58 'metric': 'bps',
62 'metric': 'bps',
79 'metric': 'bps',
86 'metric': 'bps',
91 'metric': 'bps',
114 if not 'support-bw-max' in caps or not 'support-metric-bps' in caps:
125 'metric': 'bps',
160 'metric': 'bps',
[all …]
/linux-6.14.4/drivers/soundwire/
Dgeneric_bandwidth_allocation.c40 unsigned int rate, bps, ch = 0; in sdw_compute_slave_ports() local
48 bps = m_rt->stream->params.bps; in sdw_compute_slave_ports()
67 p_rt->num, bps, in sdw_compute_slave_ports()
71 port_bo += bps * ch; in sdw_compute_slave_ports()
98 unsigned int rate, bps, ch; in sdw_compute_master_ports() local
101 bps = m_rt->stream->params.bps; in sdw_compute_master_ports()
122 p_rt->num, bps, in sdw_compute_master_ports()
130 (*port_bo) += bps * ch; in sdw_compute_master_ports()
138 (*port_bo) += bps * ch; in sdw_compute_master_ports()
180 unsigned int rate, bps, ch; in sdw_compute_group_params() local
[all …]
/linux-6.14.4/include/linux/usb/
Dirda.h114 * 1 - 2400 bps
115 * 2 - 9600 bps
116 * 3 - 19200 bps
117 * 4 - 38400 bps
118 * 5 - 57600 bps
119 * 6 - 115200 bps
120 * 7 - 576000 bps
/linux-6.14.4/net/netfilter/
Dxt_rateest.c25 bps1 = info->bps1 >= sample.bps ? info->bps1 - sample.bps : 0; in xt_rateest_mt()
28 bps1 = sample.bps; in xt_rateest_mt()
39 bps2 = info->bps2 >= sample.bps ? info->bps2 - sample.bps : 0; in xt_rateest_mt()
42 bps2 = sample.bps; in xt_rateest_mt()
/linux-6.14.4/include/uapi/linux/
Dgen_stats.h33 * @bps: current byte rate
37 __u32 bps; member
43 * @bps: current byte rate
47 __u64 bps; member
Dtty_flags.h19 #define ASYNCB_SPD_HI 4 /* Use 57600 instead of 38400 bps */
20 #define ASYNCB_SPD_VHI 5 /* Use 115200 instead of 38400 bps */
28 #define ASYNCB_SPD_SHI 12 /* Use 230400 instead of 38400 bps */
/linux-6.14.4/drivers/acpi/
Dnhlt.c134 * @bps: bits per sample.
141 u16 ch, u32 rate, u16 vbps, u16 bps) in acpi_nhlt_endpoint_find_fmtcfg() argument
151 wav->bits_per_sample == bps && in acpi_nhlt_endpoint_find_fmtcfg()
171 * @bps: bits per sample.
182 u16 ch, u32 rate, u16 vbps, u16 bps) in acpi_nhlt_tb_find_fmtcfg() argument
191 fmt = acpi_nhlt_endpoint_find_fmtcfg(ep, ch, rate, vbps, bps); in acpi_nhlt_tb_find_fmtcfg()
210 * @bps: bits per sample.
220 u16 ch, u32 rate, u16 vbps, u16 bps) in acpi_nhlt_find_fmtcfg() argument
224 ch, rate, vbps, bps); in acpi_nhlt_find_fmtcfg()
Dacpi_pnp.c220 {"nEC8241"}, /* NEC 98NOTE SPEAKER PHONE FAX MODEM(33600bps) */
228 {"PNPC100"}, /* Standard 9600 bps Modem */
229 {"PNPC101"}, /* Standard 14400 bps Modem */
230 {"PNPC102"}, /* Standard 28800 bps Modem */
232 {"PNPC104"}, /* Standard 9600 bps Modem */
233 {"PNPC105"}, /* Standard 14400 bps Modem */
234 {"PNPC106"}, /* Standard 28800 bps Modem */
236 {"PNPC108"}, /* Standard 9600 bps Modem */
237 {"PNPC109"}, /* Standard 14400 bps Modem */
238 {"PNPC10A"}, /* Standard 28800 bps Modem */
[all …]
/linux-6.14.4/arch/m68k/atari/
Ddebug.c164 * timer values for 1200...115200 bps; > 38400 select 110, 134, or 150 in atari_init_mfp_port()
165 * bps, resp., and work only correct if there's a RSVE or RSSPEED in atari_init_mfp_port()
175 baud = B9600; /* use default 9600bps for non-implemented rates */ in atari_init_mfp_port()
176 baud -= B1200; /* baud_table[] starts at 1200bps */ in atari_init_mfp_port()
224 baud = B9600; /* use default 9600bps for non-implemented rates */ in atari_init_scc_port()
225 baud -= B1200; /* tables starts at 1200bps */ in atari_init_scc_port()
234 baud == 7 ? 0x80 : /* really 76800bps */ in atari_init_scc_port()
235 0x40; /* really 153600bps */ in atari_init_scc_port()
276 div = ACIA_DIV64; /* really 7812.5 bps */ in atari_init_midi_port()
280 div = ACIA_DIV16; /* 31250 bps, standard for MIDI */ in atari_init_midi_port()
/linux-6.14.4/drivers/media/dvb-frontends/
Ddrxk_hard.h33 #define DRXK_8VSB_MPEG_BIT_RATE 19392658UL /*bps*/
34 #define DRXK_DVBT_MPEG_BIT_RATE 32000000UL /*bps*/
35 #define DRXK_QAM16_MPEG_BIT_RATE 27000000UL /*bps*/
36 #define DRXK_QAM32_MPEG_BIT_RATE 33000000UL /*bps*/
37 #define DRXK_QAM64_MPEG_BIT_RATE 40000000UL /*bps*/
38 #define DRXK_QAM128_MPEG_BIT_RATE 46000000UL /*bps*/
39 #define DRXK_QAM256_MPEG_BIT_RATE 52000000UL /*bps*/
40 #define DRXK_MAX_MPEG_BIT_RATE 52000000UL /*bps*/
/linux-6.14.4/include/acpi/
Dnhlt.h111 u16 ch, u32 rate, u16 vbps, u16 bps);
115 u16 ch, u32 rate, u16 vpbs, u16 bps);
118 u16 ch, u32 rate, u16 vpbs, u16 bps);
148 u16 ch, u32 rate, u16 vbps, u16 bps) in acpi_nhlt_endpoint_find_fmtcfg() argument
156 u16 ch, u32 rate, u16 vpbs, u16 bps) in acpi_nhlt_tb_find_fmtcfg() argument
174 u16 ch, u32 rate, u16 vpbs, u16 bps) in acpi_nhlt_find_fmtcfg() argument
/linux-6.14.4/sound/soc/sof/intel/
Dhda-probes.c79 int bps, ret; in hda_probes_compr_set_params() local
83 bps = snd_pcm_format_physical_width(SNDRV_PCM_FORMAT_S32_LE); in hda_probes_compr_set_params()
84 if (bps < 0) in hda_probes_compr_set_params()
85 return bps; in hda_probes_compr_set_params()
86 bits = hda_dsp_get_bits(sdev, bps); in hda_probes_compr_set_params()
/linux-6.14.4/drivers/tty/serial/8250/
D8250_pnp.c197 /* NEC 98NOTE SPEAKER PHONE FAX MODEM(33600bps) */
214 /* Standard 9600 bps Modem */
216 /* Standard 14400 bps Modem */
218 /* Standard 28800 bps Modem*/
222 /* Standard 9600 bps Modem*/
224 /* Standard 14400 bps Modem*/
226 /* Standard 28800 bps Modem*/
230 /* Standard 9600 bps Modem */
232 /* Standard 14400 bps Modem */
234 /* Standard 28800 bps Modem */
[all …]
/linux-6.14.4/drivers/usb/serial/
Dark3116.c114 static inline int calc_divisor(int bps) in calc_divisor() argument
121 return (12000000 + 2*bps) / (4*bps); in calc_divisor()
198 int bps = tty_get_baud_rate(tty); in ark3116_set_termios() local
218 dev_dbg(&port->dev, "%s - setting bps to %d\n", __func__, bps); in ark3116_set_termios()
220 switch (bps) { in ark3116_set_termios()
225 if ((bps < 75) || (bps > 3000000)) in ark3116_set_termios()
226 bps = 9600; in ark3116_set_termios()
227 quot = calc_divisor(bps); in ark3116_set_termios()
231 quot = calc_divisor(bps); in ark3116_set_termios()
235 quot = calc_divisor(bps); in ark3116_set_termios()
[all …]
/linux-6.14.4/Documentation/misc-devices/
Doxsemi-tornado.rst16 determine the actual baud rate used. Baud rates from 15625000bps down
17 to 0.933bps can be obtained this way.
37 By using these parameters rates from 15625000bps down to 1bps can be
90 below 300bps become unavailable in the regular way, e.g. the rate of
91 200bps requires the baud base to be divided by 78125 and that is beyond
108 the baud rate of 38400bps. Note that the value of 0 in TCR sets the
116 port to 62500000 / 62.500 / 1250 / 16 = 50bps.
/linux-6.14.4/Documentation/devicetree/bindings/net/
Dlantiq,pef2256.yaml68 lantiq,data-rate-bps:
88 rate of 2048000 bit/s. When lantiq,data-rate-bps is more than 2048000
92 For instance, suppose lantiq,data-rate-bps = 8192000 (ie 4*2048000), and
97 With lantiq,data-rate-bps = 8192000, and lantiq,channel-phase = 1, the
101 With lantiq,data-rate-bps = 4096000 (ie 2*2048000), and
155 lantiq,data-rate-bps = <4096000>;
/linux-6.14.4/Documentation/devicetree/bindings/w1/
Dw1-uart.yaml32 reset-bps:
37 write-0-bps:
42 write-1-bps:
/linux-6.14.4/net/mac80211/
Dairtime.c16 /* Number of kilo-symbols (symbols * 1024) for a packet with (bps) bits per
19 #define MCS_N_KSYMS(bps) DIV_ROUND_UP(MCS_NBITS << 10, (bps)) argument
31 #define MCS_DURATION(streams, sgi, bps) \ argument
32 ((u32)MCS_SYMBOL_TIME(sgi, MCS_N_KSYMS((streams) * (bps))))
34 #define MCS_DURATION_S(shift, streams, sgi, bps) \ argument
35 ((u16)((MCS_DURATION(streams, sgi, bps) >> shift)))
52 #define HE_DURATION(streams, gi, bps) \ argument
53 ((u32)HE_SYMBOL_TIME(gi, MCS_N_KSYMS((streams) * (bps))))
55 #define HE_DURATION_S(shift, streams, gi, bps) \ argument
56 (HE_DURATION(streams, gi, bps) >> shift)
[all …]
/linux-6.14.4/sound/hda/
Dintel-nhlt.c241 u32 rate, u8 vbps, u8 bps, bool ignore_vbps) in nhlt_get_specific_cfg() argument
263 (ignore_vbps || vbps == _vbps) && bps == _bps) in nhlt_get_specific_cfg()
291 u32 bus_id, u8 link_type, u8 vbps, u8 bps, in intel_nhlt_get_endpoint_blob() argument
306 if (link_type == NHLT_LINK_DMIC && bps == 32 && (vbps == 24 || vbps == 32)) { in intel_nhlt_get_endpoint_blob()
321 num_ch, bps, rate); in intel_nhlt_get_endpoint_blob()
324 dev_dbg(dev, " ch=%d fmt=%d/%d rate=%d\n", num_ch, vbps, bps, rate); in intel_nhlt_get_endpoint_blob()
335 vbps, bps, ignore_vbps); in intel_nhlt_get_endpoint_blob()
/linux-6.14.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ras.c1690 struct ras_badpage **bps, unsigned int *count);
1747 struct ras_badpage *bps = NULL; in amdgpu_ras_sysfs_badpages_read() local
1752 if (amdgpu_ras_badpages_read(adev, &bps, &bps_count)) in amdgpu_ras_sysfs_badpages_read()
1758 bps[start].bp, in amdgpu_ras_sysfs_badpages_read()
1759 bps[start].size, in amdgpu_ras_sysfs_badpages_read()
1760 amdgpu_ras_badpage_flags_str(bps[start].flags)); in amdgpu_ras_sysfs_badpages_read()
1762 kfree(bps); in amdgpu_ras_sysfs_badpages_read()
2539 * caller need free bps.
2542 struct ras_badpage **bps, unsigned int *count) in amdgpu_ras_badpages_read() argument
2549 if (!con || !con->eh_data || !bps || !count) in amdgpu_ras_badpages_read()
[all …]
/linux-6.14.4/sound/soc/intel/avs/
Dprobes.c133 int bps, ret; in avs_probe_compr_set_params() local
144 bps = snd_pcm_format_physical_width(format); in avs_probe_compr_set_params()
145 if (bps < 0) in avs_probe_compr_set_params()
146 return bps; in avs_probe_compr_set_params()
147 format_val = snd_hdac_stream_format(params->codec.ch_out, bps, params->codec.sample_rate); in avs_probe_compr_set_params()
/linux-6.14.4/tools/testing/selftests/bpf/
Dtest_tc_edt.sh85 awk '{printf "elapsed: %d sec; bps difference: %.2f%%\n",
88 # Pass the test if the actual bps is within 1% of the expected bps.
/linux-6.14.4/block/
Dblk-throttle.c98 return tg->bps[rw]; in tg_bps_limit()
261 tg->bps[READ] = U64_MAX; in throtl_pd_alloc()
262 tg->bps[WRITE] = U64_MAX; in throtl_pd_alloc()
286 * read_bps limit is set on a parent group, summary bps of in throtl_pd_init()
588 * If bps are unlimited (-1), then time slice don't get in throtl_trim_slice()
773 /* If tg->bps = -1, then BW is unlimited */ in tg_may_dispatch()
1345 .private = offsetof(struct throtl_grp, bps[READ]),
1351 .private = offsetof(struct throtl_grp, bps[WRITE]),
1404 if (tg->bps[READ] == bps_dft && in tg_prfill_limit()
1405 tg->bps[WRITE] == bps_dft && in tg_prfill_limit()
[all …]
/linux-6.14.4/net/core/
Dgen_stats.c317 est.bps = min_t(u64, UINT_MAX, sample.bps); in gnet_stats_copy_rate_est()
322 d->tc_stats.bps = est.bps; in gnet_stats_copy_rate_est()
329 if (res < 0 || est.bps == sample.bps) in gnet_stats_copy_rate_est()
/linux-6.14.4/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_core_perf.h43 * @fix_core_ib_vote: fixed core ib vote in bps used in mode 2
44 * @fix_core_ab_vote: fixed core ab vote in bps used in mode 2

12345678