Home
last modified time | relevance | path

Searched refs:kbps (Results 1 – 25 of 32) sorted by relevance

12

/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/ti/
A Dcpsw.rst280 Receiving data rate: 39012 kbps
281 Receiving data rate: 39012 kbps
282 Receiving data rate: 39012 kbps
283 Receiving data rate: 39012 kbps
284 Receiving data rate: 39012 kbps
285 Receiving data rate: 39012 kbps
286 Receiving data rate: 39012 kbps
287 Receiving data rate: 39012 kbps
288 Receiving data rate: 39012 kbps
289 Receiving data rate: 39012 kbps
[all …]
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/
A Dlink_validation.c261 uint32_t kbps; in link_timing_bandwidth_kbps() local
296 kbps = timing->pix_clk_100hz / 10; in link_timing_bandwidth_kbps()
297 kbps *= bits_per_channel; in link_timing_bandwidth_kbps()
301 kbps *= 3; in link_timing_bandwidth_kbps()
303 kbps /= 2; in link_timing_bandwidth_kbps()
305 kbps = kbps * 2 / 3; in link_timing_bandwidth_kbps()
308 return kbps; in link_timing_bandwidth_kbps()
A Dlink_dpms.c1056 static struct fixed31_32 get_pbn_from_bw_in_kbps(uint64_t kbps) in get_pbn_from_bw_in_kbps() argument
1075 kbps *= numerator; in get_pbn_from_bw_in_kbps()
1076 peak_kbps = dc_fixpt_from_fraction(kbps, denominator); in get_pbn_from_bw_in_kbps()
1083 uint64_t kbps; in get_pbn_from_timing() local
1085 kbps = dc_bandwidth_in_kbps_from_timing(&pipe_ctx->stream->timing); in get_pbn_from_timing()
1086 return get_pbn_from_bw_in_kbps(kbps); in get_pbn_from_timing()
/linux-6.3-rc2/Documentation/devicetree/bindings/hsi/
A Dclient-devices.txt14 - hsi-speed-kbps: Max bit transmission speed in kbit/s
36 hsi-speed-kbps = <55000>;
A Dnokia-modem.txt41 hsi-speed-kbps = <55000>;
/linux-6.3-rc2/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_mst_types.c665 static int kbps_to_peak_pbn(int kbps) in kbps_to_peak_pbn() argument
667 u64 peak_kbps = kbps; in kbps_to_peak_pbn()
730 u64 kbps; in bpp_x16_from_pbn() local
736 kbps = div_u64((u64)pbn * 994 * 8 * 54, 64); in bpp_x16_from_pbn()
742 (int) kbps, param.timing, &dsc_config); in bpp_x16_from_pbn()
1413 unsigned int kbps = pbn; in kbps_from_pbn() local
1415 kbps *= (1000000 / PEAK_FACTOR_X1000); in kbps_from_pbn()
1416 kbps *= 8; in kbps_from_pbn()
1417 kbps *= 54; in kbps_from_pbn()
1418 kbps /= 64; in kbps_from_pbn()
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/pinctrl/
A Dbrcm,bcm11351-pinctrl.txt68 0: Standard(100kbps)& Fast(400kbps) mode
94 0: Standard(100kbps)& Fast(400kbps) mode
112 0: Standard(100kbps)& Fast(400kbps) mode
/linux-6.3-rc2/drivers/net/wireless/ath/wil6210/
A Dwil_platform.h37 int (*bus_request)(void *handle, uint32_t kbps /* KBytes/Sec */);
A Dmain.c775 void wil6210_bus_request(struct wil6210_priv *wil, u32 kbps) in wil6210_bus_request() argument
778 wil->bus_request_kbps = kbps; in wil6210_bus_request()
779 wil->platform_ops.bus_request(wil->platform_handle, kbps); in wil6210_bus_request()
A Dwil6210.h1351 void wil6210_bus_request(struct wil6210_priv *wil, u32 kbps);
/linux-6.3-rc2/drivers/soc/qcom/
A Dicc-bwmon.c404 unsigned int kbps) in bwmon_kbps_to_count() argument
406 return kbps / bwmon->data->count_unit_kb; in bwmon_kbps_to_count()
410 struct regmap_field *reg, unsigned int kbps) in bwmon_set_threshold() argument
414 thres = mult_frac(bwmon_kbps_to_count(bwmon, kbps), in bwmon_set_threshold()
/linux-6.3-rc2/net/openvswitch/
A Dmeter.h37 u16 kbps:1, keep_stats:1; member
A Dmeter.c352 meter->kbps = a[OVS_METER_ATTR_KBPS] ? 1 : 0; in dp_meter_create()
646 cost = (meter->kbps) ? skb->len * 8 : 1000; in ovs_meter_execute()
/linux-6.3-rc2/Documentation/networking/device_drivers/atm/
A Dcxacru.rst45 * downstream_rate (kbps)
52 * upstream_rate (kbps)
/linux-6.3-rc2/drivers/staging/pi433/
A DTODO5 bit rates up to 300kbps per the spec.
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/intel/
A Digb.rst193 in 16.38431 kbps units, which means that if a idle slope of 2576kbps is
194 requested, the controller will be configured to use a idle slope of ~2589 kbps,
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dcudbg_entity.h46 u32 kbps[NTX_SCHED]; member
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb3/
A Dt3_hw.c2972 int t3_config_sched(struct adapter *adap, unsigned int kbps, int sched) in t3_config_sched() argument
2978 if (kbps > 0) { in t3_config_sched()
2979 kbps *= 125; /* -> bytes */ in t3_config_sched()
2982 bpt = (kbps + tps / 2) / tps; in t3_config_sched()
2985 delta = v >= kbps ? v - kbps : kbps - v; in t3_config_sched()
A Dcommon.h730 int t3_config_sched(struct adapter *adap, unsigned int kbps, int sched);
/linux-6.3-rc2/Documentation/networking/
A Dradiotap-headers.rst129 * 500kbps units, eg, 0x02=1Mbps
A Dieee802154.rst43 with a link throughput of 250 kbps or less. The 6LoWPAN adaptation format
/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/
A Dhw.c167 u8 phy, int kbps, in ath9k_hw_computetxtime() argument
173 if (kbps == 0) in ath9k_hw_computetxtime()
182 txTime = CCK_SIFS_TIME + phyTime + ((numBits * 1000) / kbps); in ath9k_hw_computetxtime()
187 ((kbps >> 2) * OFDM_SYMBOL_TIME_QUARTER) / 1000; in ath9k_hw_computetxtime()
196 ((kbps >> 1) * OFDM_SYMBOL_TIME_HALF) / 1000; in ath9k_hw_computetxtime()
203 bitsPerSymbol = (kbps * OFDM_SYMBOL_TIME) / 1000; in ath9k_hw_computetxtime()
A Dhw.h1052 u8 phy, int kbps,
/linux-6.3-rc2/arch/arm/boot/dts/
A Domap3-n950-n9.dtsi462 hsi-speed-kbps = <96000>;
A Domap3-n900.dts1137 hsi-speed-kbps = <55000>;

Completed in 63 milliseconds

12