Searched refs:kbps (Results 1 - 17 of 17) sorted by relevance

/linux-master/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) argument
778 wil->bus_request_kbps = kbps;
779 wil->platform_ops.bus_request(wil->platform_handle, kbps);
H A Dwil6210.h1351 void wil6210_bus_request(struct wil6210_priv *wil, u32 kbps);
/linux-master/net/openvswitch/
H A Dmeter.h37 u16 kbps:1, keep_stats:1; member in struct:dp_meter
H A Dmeter.c350 meter->kbps = a[OVS_METER_ATTR_KBPS] ? 1 : 0;
639 * msec * kbps = bits, and
644 cost = (meter->kbps) ? skb->len * 8 : 1000;
/linux-master/drivers/gpu/drm/amd/display/dc/dsc/
H A Ddc_dsc.c56 const struct dc_crtc_timing *timing, const uint32_t kbps)
58 uint32_t total_kbps = kbps;
61 return kbps;
67 bpp = dc_fixpt_from_int(kbps);
92 uint32_t kbps; local
125 kbps = timing->pix_clk_100hz / 10;
126 kbps *= bits_per_channel;
130 kbps *= 3;
132 kbps /= 2;
134 kbps
55 apply_128b_132b_stream_overhead( const struct dc_crtc_timing *timing, const uint32_t kbps) argument
[all...]
/linux-master/drivers/soc/qcom/
H A Dicc-bwmon.c546 unsigned int kbps)
548 return kbps / bwmon->data->count_unit_kb;
552 struct regmap_field *reg, unsigned int kbps)
556 thres = mult_frac(bwmon_kbps_to_count(bwmon, kbps),
545 bwmon_kbps_to_count(struct icc_bwmon *bwmon, unsigned int kbps) argument
551 bwmon_set_threshold(struct icc_bwmon *bwmon, struct regmap_field *reg, unsigned int kbps) argument
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_mst_types.c806 static int kbps_to_peak_pbn(int kbps, uint16_t fec_overhead_multiplier_x1000) argument
808 u64 peak_kbps = kbps;
876 u64 kbps; local
884 kbps = div_u64((u64)pbn * 994 * 8 * 54, 64);
889 (int) kbps, param.timing,
1574 unsigned int kbps = pbn; local
1576 kbps *= (1000000 / PEAK_FACTOR_X1000);
1577 kbps *= 8;
1578 kbps *= 54;
1579 kbps /
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_entity.h46 u32 kbps[NTX_SCHED]; member in struct:cudbg_hw_sched
H A Dcxgb4.h1248 u8 ratemode; /* %port relative or kbps absolute */
2069 unsigned int *kbps, unsigned int *ipg, bool sleep_ok);
H A Dt4_hw.c10277 * @kbps: the byte rate in Kbps
10284 unsigned int *kbps, unsigned int *ipg, bool sleep_ok)
10288 if (kbps) {
10296 *kbps = 0; /* scheduler disabled */
10299 *kbps = (v * bpt) / 125;
10283 t4_get_tx_sched(struct adapter *adap, unsigned int sched, unsigned int *kbps, unsigned int *ipg, bool sleep_ok) argument
H A Dcudbg_lib.c1651 t4_get_tx_sched(padap, i, &hw_sched_buff->kbps[i],
/linux-master/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c1082 static struct fixed31_32 get_pbn_from_bw_in_kbps(uint64_t kbps) argument
1104 kbps *= numerator;
1105 peak_kbps = dc_fixpt_from_fraction(kbps, denominator);
1112 uint64_t kbps; local
1120 kbps = dc_bandwidth_in_kbps_from_timing(&pipe_ctx->stream->timing, link_encoding);
1121 return get_pbn_from_bw_in_kbps(kbps);
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c2967 * @kbps: target rate in Kbps
2972 int t3_config_sched(struct adapter *adap, unsigned int kbps, int sched) argument
2978 if (kbps > 0) {
2979 kbps *= 125; /* -> bytes */
2982 bpt = (kbps + tps / 2) / tps;
2985 delta = v >= kbps ? v - kbps : kbps - v;
H A Dcommon.h730 int t3_config_sched(struct adapter *adap, unsigned int kbps, int sched);
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhw.c167 u8 phy, int kbps,
173 if (kbps == 0)
182 txTime = CCK_SIFS_TIME + phyTime + ((numBits * 1000) / kbps);
187 ((kbps >> 2) * OFDM_SYMBOL_TIME_QUARTER) / 1000;
196 ((kbps >> 1) * OFDM_SYMBOL_TIME_HALF) / 1000;
203 bitsPerSymbol = (kbps * OFDM_SYMBOL_TIME) / 1000;
166 ath9k_hw_computetxtime(struct ath_hw *ah, u8 phy, int kbps, u32 frameLen, u16 rateix, bool shortPreamble) argument
H A Dhw.h1052 u8 phy, int kbps,

Completed in 461 milliseconds