Home
last modified time | relevance | path

Searched refs:tmp_rate (Results 1 – 24 of 24) sorted by relevance

/linux-6.3-rc2/drivers/clk/mxs/
A Dclk-frac.c38 u64 tmp_rate; in clk_frac_recalc_rate() local
43 tmp_rate = (u64)parent_rate * div; in clk_frac_recalc_rate()
44 return tmp_rate >> frac->width; in clk_frac_recalc_rate()
53 u64 tmp, tmp_rate, result; in clk_frac_round_rate() local
66 tmp_rate = (u64)parent_rate * div; in clk_frac_round_rate()
67 result = tmp_rate >> frac->width; in clk_frac_round_rate()
68 if ((result << frac->width) < tmp_rate) in clk_frac_round_rate()
/linux-6.3-rc2/drivers/clk/sunxi/
A Dclk-sun4i-tcon-ch1.c111 unsigned long tmp_rate; in tcon_ch1_calc_divider() local
113 tmp_rate = parent_rate / m / d; in tcon_ch1_calc_divider()
115 if (tmp_rate > rate) in tcon_ch1_calc_divider()
119 (rate - tmp_rate) < (rate - best_rate)) { in tcon_ch1_calc_divider()
120 best_rate = tmp_rate; in tcon_ch1_calc_divider()
143 unsigned long tmp_rate; in tcon_ch1_determine_rate() local
152 tmp_rate = tcon_ch1_calc_divider(req->rate, parent_rate, in tcon_ch1_determine_rate()
156 (req->rate - tmp_rate) < (req->rate - best_rate)) { in tcon_ch1_determine_rate()
157 best_rate = tmp_rate; in tcon_ch1_determine_rate()
/linux-6.3-rc2/drivers/clk/at91/
A Dclk-programmable.c58 unsigned long tmp_rate = 0; in clk_programmable_determine_rate() local
70 tmp_rate = parent_rate / (shift + 1); in clk_programmable_determine_rate()
71 if (tmp_rate <= req->rate) in clk_programmable_determine_rate()
76 tmp_rate = parent_rate >> shift; in clk_programmable_determine_rate()
77 if (tmp_rate <= req->rate) in clk_programmable_determine_rate()
82 if (tmp_rate > req->rate) in clk_programmable_determine_rate()
86 (req->rate - tmp_rate) < (req->rate - best_rate)) { in clk_programmable_determine_rate()
87 best_rate = tmp_rate; in clk_programmable_determine_rate()
A Dclk-generated.c113 unsigned long tmp_rate; in clk_generated_best_diff() local
117 tmp_rate = parent_rate; in clk_generated_best_diff()
119 tmp_rate = parent_rate / div; in clk_generated_best_diff()
121 if (tmp_rate < req->min_rate || tmp_rate > req->max_rate) in clk_generated_best_diff()
124 tmp_diff = abs(req->rate - tmp_rate); in clk_generated_best_diff()
127 *best_rate = tmp_rate; in clk_generated_best_diff()
A Dclk-audio-pll.c281 long tmp_rate; in clk_audio_pll_pad_round_rate() local
308 tmp_rate = best_parent_rate / (div * tmp_qd); in clk_audio_pll_pad_round_rate()
309 tmp_diff = abs(rate - tmp_rate); in clk_audio_pll_pad_round_rate()
313 best_rate = tmp_rate; in clk_audio_pll_pad_round_rate()
331 long tmp_rate; in clk_audio_pll_pmc_round_rate() local
345 tmp_rate = best_parent_rate / div; in clk_audio_pll_pmc_round_rate()
346 tmp_diff = abs(rate - tmp_rate); in clk_audio_pll_pmc_round_rate()
350 best_rate = tmp_rate; in clk_audio_pll_pmc_round_rate()
A Dclk-usb.c62 unsigned long tmp_rate; in at91sam9x5_clk_usb_determine_rate() local
83 tmp_rate = DIV_ROUND_CLOSEST(tmp_parent_rate, div); in at91sam9x5_clk_usb_determine_rate()
84 if (tmp_rate < req->rate) in at91sam9x5_clk_usb_determine_rate()
85 tmp_diff = req->rate - tmp_rate; in at91sam9x5_clk_usb_determine_rate()
87 tmp_diff = tmp_rate - req->rate; in at91sam9x5_clk_usb_determine_rate()
90 best_rate = tmp_rate; in at91sam9x5_clk_usb_determine_rate()
96 if (!best_diff || tmp_rate < req->rate) in at91sam9x5_clk_usb_determine_rate()
A Dclk-peripheral.c256 unsigned long tmp_rate = parent_rate >> shift; in clk_sam9x5_peripheral_best_diff() local
257 unsigned long tmp_diff = abs(req->rate - tmp_rate); in clk_sam9x5_peripheral_best_diff()
260 *best_rate = tmp_rate; in clk_sam9x5_peripheral_best_diff()
273 unsigned long tmp_rate; in clk_sam9x5_peripheral_determine_rate() local
283 tmp_rate = parent_rate >> shift; in clk_sam9x5_peripheral_determine_rate()
285 if (periph->range.max && tmp_rate > periph->range.max) in clk_sam9x5_peripheral_determine_rate()
A Dclk-master.c360 unsigned long tmp_rate, tmp_diff; in clk_sama7g5_master_best_diff() local
363 tmp_rate = parent_rate / 3; in clk_sama7g5_master_best_diff()
365 tmp_rate = parent_rate >> div; in clk_sama7g5_master_best_diff()
367 tmp_diff = abs(req->rate - tmp_rate); in clk_sama7g5_master_best_diff()
370 *best_rate = tmp_rate; in clk_sama7g5_master_best_diff()
A Dclk-sam9x60-pll.c443 unsigned long tmp_rate, tmp_parent_rate, tmp_diff; in sam9x60_div_pll_compute_div() local
459 tmp_rate = DIV_ROUND_CLOSEST_ULL(tmp_parent_rate, divid); in sam9x60_div_pll_compute_div()
460 tmp_diff = abs(rate - tmp_rate); in sam9x60_div_pll_compute_div()
464 best_rate = tmp_rate; in sam9x60_div_pll_compute_div()
/linux-6.3-rc2/drivers/gpu/drm/sun4i/
A Dsun4i_hdmi_ddc_clk.c38 unsigned long tmp_rate; in sun4i_ddc_calc_divider() local
40 tmp_rate = (((parent_rate / pre_div) / 10) >> _n) / in sun4i_ddc_calc_divider()
43 if (tmp_rate > rate) in sun4i_ddc_calc_divider()
46 if (abs(rate - tmp_rate) < abs(rate - best_rate)) { in sun4i_ddc_calc_divider()
47 best_rate = tmp_rate; in sun4i_ddc_calc_divider()
A Dsun4i_hdmi_tmds_clk.c41 unsigned long tmp_rate; in sun4i_tmds_calc_divider() local
43 tmp_rate = parent_rate / m / d; in sun4i_tmds_calc_divider()
45 if (tmp_rate > rate) in sun4i_tmds_calc_divider()
49 (rate - tmp_rate) < (rate - best_rate)) { in sun4i_tmds_calc_divider()
50 best_rate = tmp_rate; in sun4i_tmds_calc_divider()
A Dsun8i_hdmi_phy_clk.c89 unsigned long tmp_rate = parent_rate / m; in sun8i_phy_clk_set_rate() local
91 if (tmp_rate > rate) in sun8i_phy_clk_set_rate()
95 (rate - tmp_rate) < (rate - best_rate)) { in sun8i_phy_clk_set_rate()
96 best_rate = tmp_rate; in sun8i_phy_clk_set_rate()
/linux-6.3-rc2/drivers/clk/sunxi-ng/
A Dccu_mux.c116 unsigned long tmp_rate, parent_rate; in ccu_mux_helper_determine_rate() local
126 tmp_rate = round(cm, parent, &parent_rate, req->rate, data); in ccu_mux_helper_determine_rate()
135 if (tmp_rate == req->rate) { in ccu_mux_helper_determine_rate()
138 best_rate = tmp_rate; in ccu_mux_helper_determine_rate()
142 if ((req->rate - tmp_rate) < (req->rate - best_rate)) { in ccu_mux_helper_determine_rate()
143 best_rate = tmp_rate; in ccu_mux_helper_determine_rate()
A Dccu_nkm.c29 unsigned long tmp_rate; in ccu_nkm_find_best() local
31 tmp_rate = parent * _n * _k / _m; in ccu_nkm_find_best()
33 if (tmp_rate > rate) in ccu_nkm_find_best()
35 if ((rate - tmp_rate) < (rate - best_rate)) { in ccu_nkm_find_best()
36 best_rate = tmp_rate; in ccu_nkm_find_best()
A Dccu_nk.c27 unsigned long tmp_rate = parent * _n * _k; in ccu_nk_find_best() local
29 if (tmp_rate > rate) in ccu_nk_find_best()
32 if ((rate - tmp_rate) < (rate - best_rate)) { in ccu_nk_find_best()
33 best_rate = tmp_rate; in ccu_nk_find_best()
A Dccu_nkmp.c43 unsigned long tmp_rate; in ccu_nkmp_find_best() local
45 tmp_rate = ccu_nkmp_calc_rate(parent, in ccu_nkmp_find_best()
49 if (tmp_rate > rate) in ccu_nkmp_find_best()
52 if ((rate - tmp_rate) < (rate - best_rate)) { in ccu_nkmp_find_best()
53 best_rate = tmp_rate; in ccu_nkmp_find_best()
A Dccu_nm.c39 unsigned long tmp_rate = ccu_nm_calc_rate(parent, in ccu_nm_find_best() local
42 if (tmp_rate > rate) in ccu_nm_find_best()
45 if ((rate - tmp_rate) < (rate - best_rate)) { in ccu_nm_find_best()
46 best_rate = tmp_rate; in ccu_nm_find_best()
A Dccu_mp.c23 unsigned long tmp_rate = parent / _p / _m; in ccu_mp_find_best() local
25 if (tmp_rate > rate) in ccu_mp_find_best()
28 if ((rate - tmp_rate) < (rate - best_rate)) { in ccu_mp_find_best()
29 best_rate = tmp_rate; in ccu_mp_find_best()
/linux-6.3-rc2/drivers/rtc/
A Drtc-ac100.c146 unsigned long best_rate = 0, tmp_rate, tmp_prate; in ac100_clkout_round_rate() local
156 tmp_rate = divider_round_rate(hw, rate, &tmp_prate, NULL, in ac100_clkout_round_rate()
160 if (tmp_rate > rate) in ac100_clkout_round_rate()
162 if (rate - tmp_rate < best_rate - tmp_rate) in ac100_clkout_round_rate()
163 best_rate = tmp_rate; in ac100_clkout_round_rate()
/linux-6.3-rc2/drivers/clk/samsung/
A Dclk-cpu.c189 unsigned long tmp_rate = min(ndata->old_rate, ndata->new_rate); in exynos_cpuclk_pre_rate_change() local
191 alt_div = DIV_ROUND_UP(alt_prate, tmp_rate) - 1; in exynos_cpuclk_pre_rate_change()
311 unsigned long tmp_rate = min(ndata->old_rate, ndata->new_rate); in exynos5433_cpuclk_pre_rate_change() local
313 alt_div = DIV_ROUND_UP(alt_prate, tmp_rate) - 1; in exynos5433_cpuclk_pre_rate_change()
/linux-6.3-rc2/drivers/staging/rtl8192u/ieee80211/
A Dieee80211_softmac_wx.c233 u32 tmp_rate; in ieee80211_wx_get_rate() local
235 tmp_rate = TxCountToDataRate(ieee, ieee->softmac_stats.CurrentShowTxate); in ieee80211_wx_get_rate()
237 wrqu->bitrate.value = tmp_rate * 500000; in ieee80211_wx_get_rate()
/linux-6.3-rc2/drivers/staging/rtl8192e/
A Drtllib_softmac_wx.c243 u32 tmp_rate; in rtllib_wx_get_rate() local
245 tmp_rate = TxCountToDataRate(ieee, in rtllib_wx_get_rate()
247 wrqu->bitrate.value = tmp_rate * 500000; in rtllib_wx_get_rate()
/linux-6.3-rc2/drivers/clk/bcm/
A Dclk-bcm2835.c1190 unsigned long tmp_rate; in bcm2835_clock_choose_div_and_prate() local
1192 tmp_rate = clk_hw_round_rate(parent, rate * curdiv); in bcm2835_clock_choose_div_and_prate()
1193 tmp_rate /= curdiv; in bcm2835_clock_choose_div_and_prate()
1195 (tmp_rate > best_rate && tmp_rate <= rate)) in bcm2835_clock_choose_div_and_prate()
1196 best_rate = tmp_rate; in bcm2835_clock_choose_div_and_prate()
/linux-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
A Dhw.c3390 u8 i, j, tmp_rate; in _rtl8821ae_rate_to_bitmap_2ssvht() local
3394 tmp_rate = (le16_to_cpu(vht_rate) >> i) & 3; in _rtl8821ae_rate_to_bitmap_2ssvht()
3396 switch (tmp_rate) { in _rtl8821ae_rate_to_bitmap_2ssvht()

Completed in 69 milliseconds