/linux-4.1.27/arch/arm/mach-omap2/ |
D | clkt_dpll.c | 142 unsigned long target_rate, in _dpll_test_mult() argument 157 if (*new_rate > target_rate) { in _dpll_test_mult() 283 long omap2_dpll_round_rate(struct clk_hw *hw, unsigned long target_rate, in omap2_dpll_round_rate() argument 305 clk_name, target_rate); in omap2_dpll_round_rate() 307 scaled_rt_rp = target_rate / (ref_rate / DPLL_SCALE_FACTOR); in omap2_dpll_round_rate() 333 r = _dpll_test_mult(&m, n, &new_rate, target_rate, in omap2_dpll_round_rate() 341 delta = target_rate - new_rate; in omap2_dpll_round_rate() 360 clk_name, target_rate); in omap2_dpll_round_rate() 366 dd->last_rounded_rate = target_rate - prev_min_delta; in omap2_dpll_round_rate()
|
D | clkt2xxx_dpllcore.c | 77 static long omap2_dpllcore_round_rate(unsigned long target_rate) in omap2_dpllcore_round_rate() argument 92 if (target_rate > high) in omap2_dpllcore_round_rate() 95 return target_rate; in omap2_dpllcore_round_rate() 97 if (target_rate > low) in omap2_dpllcore_round_rate()
|
D | clkt_clksel.c | 229 unsigned long target_rate, in omap2_clksel_round_rate_div() argument 248 clk_name, target_rate); in omap2_clksel_round_rate_div() 269 if (test_rate <= target_rate) in omap2_clksel_round_rate_div() 275 clk_name, target_rate, __clk_get_name(parent)); in omap2_clksel_round_rate_div() 388 long omap2_clksel_round_rate(struct clk_hw *hw, unsigned long target_rate, in omap2_clksel_round_rate() argument 394 return omap2_clksel_round_rate_div(clk, target_rate, &new_div); in omap2_clksel_round_rate()
|
D | dpll44xx.c | 150 unsigned long target_rate, in omap4_dpll_regm4xen_round_rate() argument 168 r = omap2_dpll_round_rate(hw, target_rate, NULL); in omap4_dpll_regm4xen_round_rate() 177 r = omap2_dpll_round_rate(hw, target_rate / OMAP4430_REGM4XEN_MULT, in omap4_dpll_regm4xen_round_rate()
|
D | clock.h | 193 unsigned long target_rate, 197 long omap2_clksel_round_rate(struct clk_hw *hw, unsigned long target_rate,
|
/linux-4.1.27/include/linux/clk/ |
D | ti.h | 281 unsigned long target_rate, 291 long omap2_dpll_round_rate(struct clk_hw *hw, unsigned long target_rate,
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_softmac_wx.c | 223 u32 target_rate = wrqu->bitrate.value; in ieee80211_wx_set_rate() local 225 ieee->rate = target_rate/100000; in ieee80211_wx_set_rate()
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtllib_softmac_wx.c | 235 u32 target_rate = wrqu->bitrate.value; in rtllib_wx_set_rate() local 237 ieee->rate = target_rate/100000; in rtllib_wx_set_rate()
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
D | ipw2200.c | 9151 u32 target_rate = wrqu->bitrate.value; in ipw_wx_set_rate() local 9158 if (target_rate == -1) { in ipw_wx_set_rate() 9168 if (target_rate == 1000000 || !fixed) in ipw_wx_set_rate() 9170 if (target_rate == 1000000) in ipw_wx_set_rate() 9173 if (target_rate == 2000000 || !fixed) in ipw_wx_set_rate() 9175 if (target_rate == 2000000) in ipw_wx_set_rate() 9178 if (target_rate == 5500000 || !fixed) in ipw_wx_set_rate() 9180 if (target_rate == 5500000) in ipw_wx_set_rate() 9183 if (target_rate == 6000000 || !fixed) in ipw_wx_set_rate() 9185 if (target_rate == 6000000) in ipw_wx_set_rate() [all …]
|
D | ipw2100.c | 7087 u32 target_rate = wrqu->bitrate.value; in ipw2100_wx_set_rate() local 7099 if (target_rate == 1000000 || in ipw2100_wx_set_rate() 7100 (!wrqu->bitrate.fixed && target_rate > 1000000)) in ipw2100_wx_set_rate() 7102 if (target_rate == 2000000 || in ipw2100_wx_set_rate() 7103 (!wrqu->bitrate.fixed && target_rate > 2000000)) in ipw2100_wx_set_rate() 7105 if (target_rate == 5500000 || in ipw2100_wx_set_rate() 7106 (!wrqu->bitrate.fixed && target_rate > 5500000)) in ipw2100_wx_set_rate() 7108 if (target_rate == 11000000 || in ipw2100_wx_set_rate() 7109 (!wrqu->bitrate.fixed && target_rate > 11000000)) in ipw2100_wx_set_rate()
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | rtl871x_ioctl_linux.c | 1350 u32 target_rate = wrqu->bitrate.value; in r8711_wx_set_rate() local 1357 if (target_rate == -1) { in r8711_wx_set_rate() 1361 target_rate = target_rate / 100000; in r8711_wx_set_rate() 1362 switch (target_rate) { in r8711_wx_set_rate()
|
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 1423 u32 target_rate = wrqu->bitrate.value; in rtw_wx_set_rate() local 1430 …RT_TRACE(_module_rtl871x_ioctl_os_c, _drv_info_, ("target_rate = %d, fixed = %d\n", target_rate, f… in rtw_wx_set_rate() 1432 if (target_rate == -1) { in rtw_wx_set_rate() 1436 target_rate = target_rate/100000; in rtw_wx_set_rate() 1438 switch (target_rate) { in rtw_wx_set_rate()
|