Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/ti/
H 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 …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dsc/
H A Ddc_dsc.c44 uint32_t kbps; in dc_dsc_bandwidth_in_kbps_from_timing() local
47 kbps = (timing->pix_clk_100hz * timing->dsc_cfg.bits_per_pixel); in dc_dsc_bandwidth_in_kbps_from_timing()
48 kbps = kbps / 160 + ((kbps % 160) ? 1 : 0); in dc_dsc_bandwidth_in_kbps_from_timing()
49 return kbps; in dc_dsc_bandwidth_in_kbps_from_timing()
77 kbps = timing->pix_clk_100hz / 10; in dc_dsc_bandwidth_in_kbps_from_timing()
78 kbps *= bits_per_channel; in dc_dsc_bandwidth_in_kbps_from_timing()
82 kbps *= 3; in dc_dsc_bandwidth_in_kbps_from_timing()
84 kbps /= 2; in dc_dsc_bandwidth_in_kbps_from_timing()
86 kbps = kbps * 2 / 3; in dc_dsc_bandwidth_in_kbps_from_timing()
89 return kbps; in dc_dsc_bandwidth_in_kbps_from_timing()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/hsi/
H A Dclient-devices.txt14 - hsi-speed-kbps: Max bit transmission speed in kbit/s
36 hsi-speed-kbps = <55000>;
H A Dnokia-modem.txt41 hsi-speed-kbps = <55000>;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H 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
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/atm/
H A Dcxacru.rst45 * downstream_rate (kbps)
52 * upstream_rate (kbps)
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_mst_types.c496 static int kbps_to_peak_pbn(int kbps) in kbps_to_peak_pbn() argument
498 u64 peak_kbps = kbps; in kbps_to_peak_pbn()
541 u64 kbps; in bpp_x16_from_pbn() local
543 kbps = div_u64((u64)pbn * 994 * 8 * 54, 64); in bpp_x16_from_pbn()
548 (int) kbps, param.timing, &dsc_config); in bpp_x16_from_pbn()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link.c2823 uint64_t kbps; in get_pbn_from_timing() local
2828 kbps = dc_bandwidth_in_kbps_from_timing(&pipe_ctx->stream->timing); in get_pbn_from_timing()
2843 kbps *= numerator; in get_pbn_from_timing()
2844 peak_kbps = dc_fixpt_from_fraction(kbps, denominator); in get_pbn_from_timing()
3423 uint32_t kbps; in dc_bandwidth_in_kbps_from_timing() local
3430 kbps = dc_fixpt_ceil(link_bw_kbps); in dc_bandwidth_in_kbps_from_timing()
3431 return kbps; in dc_bandwidth_in_kbps_from_timing()
3459 kbps = timing->pix_clk_100hz / 10; in dc_bandwidth_in_kbps_from_timing()
3460 kbps *= bits_per_channel; in dc_bandwidth_in_kbps_from_timing()
3464 kbps *= 3; in dc_bandwidth_in_kbps_from_timing()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/
H A Dwil_platform.h37 int (*bus_request)(void *handle, uint32_t kbps /* KBytes/Sec */);
H 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()
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dmeter.h37 u16 kbps:1, keep_stats:1; member
H A Dmeter.c353 meter->kbps = a[OVS_METER_ATTR_KBPS] ? 1 : 0; in dp_meter_create()
645 cost = (meter->kbps) ? skb->len * 8 : 1000; in ovs_meter_execute()
/OK3568_Linux_fs/buildroot/package/libvorbis/
H A DConfig.in10 from 16 to 128 kbps/channel.
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/intel/
H 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,
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_entity.h46 u32 kbps[NTX_SCHED]; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dhw.c168 u8 phy, int kbps, in ath9k_hw_computetxtime() argument
174 if (kbps == 0) in ath9k_hw_computetxtime()
183 txTime = CCK_SIFS_TIME + phyTime + ((numBits * 1000) / kbps); in ath9k_hw_computetxtime()
188 ((kbps >> 2) * OFDM_SYMBOL_TIME_QUARTER) / 1000; in ath9k_hw_computetxtime()
197 ((kbps >> 1) * OFDM_SYMBOL_TIME_HALF) / 1000; in ath9k_hw_computetxtime()
204 bitsPerSymbol = (kbps * OFDM_SYMBOL_TIME) / 1000; in ath9k_hw_computetxtime()
H A Dhw.h1050 u8 phy, int kbps,
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c3037 int t3_config_sched(struct adapter *adap, unsigned int kbps, int sched) in t3_config_sched() argument
3043 if (kbps > 0) { in t3_config_sched()
3044 kbps *= 125; /* -> bytes */ in t3_config_sched()
3047 bpt = (kbps + tps / 2) / tps; in t3_config_sched()
3050 delta = v >= kbps ? v - kbps : kbps - v; in t3_config_sched()
H A Dcommon.h732 int t3_config_sched(struct adapter *adap, unsigned int kbps, int sched);
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dradiotap-headers.rst129 * 500kbps units, eg, 0x02=1Mbps
H A Dieee802154.rst43 with a link throughput of 250 kbps or less. The 6LoWPAN adaptation format
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Domap3-n950-n9.dtsi462 hsi-speed-kbps = <96000>;
/OK3568_Linux_fs/kernel/drivers/net/hamradio/
H A DKconfig54 computer to an amateur radio modem (such as the WA4DSY 56kbps
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/script/
H A Dhostapd.conf.AES.template173 # are ignored). The entries in this list are in 100 kbps, i.e., 11 Mbps = 110.
182 # List of rates (in 100 kbps) that are included in the basic rate set.
1591 # Downlink Speed: Estimate of WAN backhaul link current downlink speed in kbps;
1593 # Uplink Speed: Estimate of WAN backhaul link current uplink speed in kbps
H A Dhostapd.conf.TKIP.template173 # are ignored). The entries in this list are in 100 kbps, i.e., 11 Mbps = 110.
182 # List of rates (in 100 kbps) that are included in the basic rate set.
1592 # Downlink Speed: Estimate of WAN backhaul link current downlink speed in kbps;
1594 # Uplink Speed: Estimate of WAN backhaul link current uplink speed in kbps

12