/openbmc/linux/Documentation/networking/device_drivers/ethernet/ti/ |
H A D | cpsw.rst | 280 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 …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dsc/ |
H A D | dc_dsc.c | 58 uint32_t total_kbps = kbps; in apply_128b_132b_stream_overhead() 61 return kbps; in apply_128b_132b_stream_overhead() 67 bpp = dc_fixpt_from_int(kbps); in apply_128b_132b_stream_overhead() 92 uint32_t kbps; in dc_bandwidth_in_kbps_from_timing() local 125 kbps = timing->pix_clk_100hz / 10; in dc_bandwidth_in_kbps_from_timing() 126 kbps *= bits_per_channel; in dc_bandwidth_in_kbps_from_timing() 130 kbps *= 3; in dc_bandwidth_in_kbps_from_timing() 132 kbps /= 2; in dc_bandwidth_in_kbps_from_timing() 134 kbps = kbps * 2 / 3; in dc_bandwidth_in_kbps_from_timing() 138 kbps = apply_128b_132b_stream_overhead(timing, kbps); in dc_bandwidth_in_kbps_from_timing() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/hsi/ |
H A D | client-devices.txt | 14 - hsi-speed-kbps: Max bit transmission speed in kbit/s 36 hsi-speed-kbps = <55000>;
|
H A D | nokia-modem.txt | 41 hsi-speed-kbps = <55000>;
|
/openbmc/linux/drivers/net/wireless/ath/wil6210/ |
H A D | wil_platform.h | 37 int (*bus_request)(void *handle, uint32_t kbps /* KBytes/Sec */);
|
H A D | main.c | 775 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()
|
H A D | wil6210.h | 1351 void wil6210_bus_request(struct wil6210_priv *wil, u32 kbps);
|
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_mst_types.c | 802 static int kbps_to_peak_pbn(int kbps, uint16_t fec_overhead_multiplier_x1000) in kbps_to_peak_pbn() argument 804 u64 peak_kbps = kbps; in kbps_to_peak_pbn() 872 u64 kbps; in bpp_x16_from_pbn() local 880 kbps = div_u64((u64)pbn * 994 * 8 * 54, 64); in bpp_x16_from_pbn() 885 (int) kbps, param.timing, in bpp_x16_from_pbn() 1571 unsigned int kbps = pbn; in kbps_from_pbn() local 1573 kbps *= (1000000 / PEAK_FACTOR_X1000); in kbps_from_pbn() 1574 kbps *= 8; in kbps_from_pbn() 1575 kbps *= 54; in kbps_from_pbn() 1576 kbps /= 64; in kbps_from_pbn() [all …]
|
/openbmc/linux/net/openvswitch/ |
H A D | meter.h | 37 u16 kbps:1, keep_stats:1; member
|
H A D | meter.c | 350 meter->kbps = a[OVS_METER_ATTR_KBPS] ? 1 : 0; in dp_meter_create() 644 cost = (meter->kbps) ? skb->len * 8 : 1000; in ovs_meter_execute()
|
/openbmc/linux/drivers/staging/pi433/ |
H A D | TODO | 5 bit rates up to 300kbps per the spec.
|
/openbmc/linux/Documentation/networking/device_drivers/atm/ |
H A D | cxacru.rst | 45 * downstream_rate (kbps) 52 * upstream_rate (kbps)
|
/openbmc/linux/drivers/soc/qcom/ |
H A D | icc-bwmon.c | 546 unsigned int kbps) in bwmon_kbps_to_count() argument 548 return kbps / bwmon->data->count_unit_kb; in bwmon_kbps_to_count() 552 struct regmap_field *reg, unsigned int kbps) in bwmon_set_threshold() argument 556 thres = mult_frac(bwmon_kbps_to_count(bwmon, kbps), in bwmon_set_threshold()
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/ |
H A D | igb.rst | 193 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,
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | brcm,bcm11351-pinctrl.yaml | 106 0: Standard (100 kbps) & Fast (400 kbps) mode
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cudbg_entity.h | 46 u32 kbps[NTX_SCHED]; member
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/ |
H A D | link_dpms.c | 1055 static struct fixed31_32 get_pbn_from_bw_in_kbps(uint64_t kbps) in get_pbn_from_bw_in_kbps() argument 1077 kbps *= numerator; in get_pbn_from_bw_in_kbps() 1078 peak_kbps = dc_fixpt_from_fraction(kbps, denominator); in get_pbn_from_bw_in_kbps() 1085 uint64_t kbps; in get_pbn_from_timing() local 1093 kbps = dc_bandwidth_in_kbps_from_timing(&pipe_ctx->stream->timing, link_encoding); in get_pbn_from_timing() 1094 return get_pbn_from_bw_in_kbps(kbps); in get_pbn_from_timing()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | t3_hw.c | 2972 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()
|
H A D | common.h | 730 int t3_config_sched(struct adapter *adap, unsigned int kbps, int sched);
|
/openbmc/linux/Documentation/networking/ |
H A D | radiotap-headers.rst | 129 * 500kbps units, eg, 0x02=1Mbps
|
H A D | ieee802154.rst | 43 with a link throughput of 250 kbps or less. The 6LoWPAN adaptation format
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | hw.c | 167 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()
|
H A D | hw.h | 1052 u8 phy, int kbps,
|
/openbmc/phosphor-ipmi-blobs/ |
H A D | README.md | 25 however; IPMI transport speeds range from 23 kbps to 256 kbps. LPC/P2A ("PCI to
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap3-n950-n9.dtsi | 462 hsi-speed-kbps = <96000>;
|