tmp_rate          281 drivers/clk/at91/clk-audio-pll.c 	long tmp_rate;
tmp_rate          308 drivers/clk/at91/clk-audio-pll.c 			tmp_rate = best_parent_rate / (div * tmp_qd);
tmp_rate          309 drivers/clk/at91/clk-audio-pll.c 			tmp_diff = abs(rate - tmp_rate);
tmp_rate          313 drivers/clk/at91/clk-audio-pll.c 				best_rate = tmp_rate;
tmp_rate          331 drivers/clk/at91/clk-audio-pll.c 	long tmp_rate;
tmp_rate          345 drivers/clk/at91/clk-audio-pll.c 		tmp_rate = best_parent_rate / div;
tmp_rate          346 drivers/clk/at91/clk-audio-pll.c 		tmp_diff = abs(rate - tmp_rate);
tmp_rate          350 drivers/clk/at91/clk-audio-pll.c 			best_rate = tmp_rate;
tmp_rate          103 drivers/clk/at91/clk-generated.c 	unsigned long tmp_rate;
tmp_rate          107 drivers/clk/at91/clk-generated.c 		tmp_rate = parent_rate;
tmp_rate          109 drivers/clk/at91/clk-generated.c 		tmp_rate = parent_rate / div;
tmp_rate          110 drivers/clk/at91/clk-generated.c 	tmp_diff = abs(req->rate - tmp_rate);
tmp_rate          113 drivers/clk/at91/clk-generated.c 		*best_rate = tmp_rate;
tmp_rate           56 drivers/clk/at91/clk-programmable.c 	unsigned long tmp_rate = 0;
tmp_rate           68 drivers/clk/at91/clk-programmable.c 				tmp_rate = parent_rate / (shift + 1);
tmp_rate           69 drivers/clk/at91/clk-programmable.c 				if (tmp_rate <= req->rate)
tmp_rate           74 drivers/clk/at91/clk-programmable.c 				tmp_rate = parent_rate >> shift;
tmp_rate           75 drivers/clk/at91/clk-programmable.c 				if (tmp_rate <= req->rate)
tmp_rate           80 drivers/clk/at91/clk-programmable.c 		if (tmp_rate > req->rate)
tmp_rate           84 drivers/clk/at91/clk-programmable.c 		    (req->rate - tmp_rate) < (req->rate - best_rate)) {
tmp_rate           85 drivers/clk/at91/clk-programmable.c 			best_rate = tmp_rate;
tmp_rate           60 drivers/clk/at91/clk-usb.c 	unsigned long tmp_rate;
tmp_rate           81 drivers/clk/at91/clk-usb.c 			tmp_rate = DIV_ROUND_CLOSEST(tmp_parent_rate, div);
tmp_rate           82 drivers/clk/at91/clk-usb.c 			if (tmp_rate < req->rate)
tmp_rate           83 drivers/clk/at91/clk-usb.c 				tmp_diff = req->rate - tmp_rate;
tmp_rate           85 drivers/clk/at91/clk-usb.c 				tmp_diff = tmp_rate - req->rate;
tmp_rate           88 drivers/clk/at91/clk-usb.c 				best_rate = tmp_rate;
tmp_rate           94 drivers/clk/at91/clk-usb.c 			if (!best_diff || tmp_rate < req->rate)
tmp_rate         1150 drivers/clk/bcm/clk-bcm2835.c 		unsigned long tmp_rate;
tmp_rate         1152 drivers/clk/bcm/clk-bcm2835.c 		tmp_rate = clk_hw_round_rate(parent, rate * curdiv);
tmp_rate         1153 drivers/clk/bcm/clk-bcm2835.c 		tmp_rate /= curdiv;
tmp_rate         1155 drivers/clk/bcm/clk-bcm2835.c 		    (tmp_rate > best_rate && tmp_rate <= rate))
tmp_rate         1156 drivers/clk/bcm/clk-bcm2835.c 			best_rate = tmp_rate;
tmp_rate           54 drivers/clk/clk-composite.c 	long tmp_rate, best_rate = 0;
tmp_rate           88 drivers/clk/clk-composite.c 			tmp_rate = rate_ops->round_rate(rate_hw, req->rate,
tmp_rate           90 drivers/clk/clk-composite.c 			if (tmp_rate < 0)
tmp_rate           93 drivers/clk/clk-composite.c 			rate_diff = abs(req->rate - tmp_rate);
tmp_rate          100 drivers/clk/clk-composite.c 				best_rate = tmp_rate;
tmp_rate           38 drivers/clk/mxs/clk-frac.c 	u64 tmp_rate;
tmp_rate           43 drivers/clk/mxs/clk-frac.c 	tmp_rate = (u64)parent_rate * div;
tmp_rate           44 drivers/clk/mxs/clk-frac.c 	return tmp_rate >> frac->width;
tmp_rate           53 drivers/clk/mxs/clk-frac.c 	u64 tmp, tmp_rate, result;
tmp_rate           66 drivers/clk/mxs/clk-frac.c 	tmp_rate = (u64)parent_rate * div;
tmp_rate           67 drivers/clk/mxs/clk-frac.c 	result = tmp_rate >> frac->width;
tmp_rate           68 drivers/clk/mxs/clk-frac.c 	if ((result << frac->width) < tmp_rate)
tmp_rate          189 drivers/clk/samsung/clk-cpu.c 		unsigned long tmp_rate = min(ndata->old_rate, ndata->new_rate);
tmp_rate          191 drivers/clk/samsung/clk-cpu.c 		alt_div = DIV_ROUND_UP(alt_prate, tmp_rate) - 1;
tmp_rate          311 drivers/clk/samsung/clk-cpu.c 		unsigned long tmp_rate = min(ndata->old_rate, ndata->new_rate);
tmp_rate          313 drivers/clk/samsung/clk-cpu.c 		alt_div = DIV_ROUND_UP(alt_prate, tmp_rate) - 1;
tmp_rate           23 drivers/clk/sunxi-ng/ccu_mp.c 			unsigned long tmp_rate = parent / _p / _m;
tmp_rate           25 drivers/clk/sunxi-ng/ccu_mp.c 			if (tmp_rate > rate)
tmp_rate           28 drivers/clk/sunxi-ng/ccu_mp.c 			if ((rate - tmp_rate) < (rate - best_rate)) {
tmp_rate           29 drivers/clk/sunxi-ng/ccu_mp.c 				best_rate = tmp_rate;
tmp_rate          113 drivers/clk/sunxi-ng/ccu_mux.c 		unsigned long tmp_rate, parent_rate;
tmp_rate          123 drivers/clk/sunxi-ng/ccu_mux.c 		tmp_rate = round(cm, parent, &parent_rate, req->rate, data);
tmp_rate          132 drivers/clk/sunxi-ng/ccu_mux.c 		if (tmp_rate == req->rate) {
tmp_rate          135 drivers/clk/sunxi-ng/ccu_mux.c 			best_rate = tmp_rate;
tmp_rate          139 drivers/clk/sunxi-ng/ccu_mux.c 		if ((req->rate - tmp_rate) < (req->rate - best_rate)) {
tmp_rate          140 drivers/clk/sunxi-ng/ccu_mux.c 			best_rate = tmp_rate;
tmp_rate           27 drivers/clk/sunxi-ng/ccu_nk.c 			unsigned long tmp_rate = parent * _n * _k;
tmp_rate           29 drivers/clk/sunxi-ng/ccu_nk.c 			if (tmp_rate > rate)
tmp_rate           32 drivers/clk/sunxi-ng/ccu_nk.c 			if ((rate - tmp_rate) < (rate - best_rate)) {
tmp_rate           33 drivers/clk/sunxi-ng/ccu_nk.c 				best_rate = tmp_rate;
tmp_rate           29 drivers/clk/sunxi-ng/ccu_nkm.c 				unsigned long tmp_rate;
tmp_rate           31 drivers/clk/sunxi-ng/ccu_nkm.c 				tmp_rate = parent * _n * _k / _m;
tmp_rate           33 drivers/clk/sunxi-ng/ccu_nkm.c 				if (tmp_rate > rate)
tmp_rate           35 drivers/clk/sunxi-ng/ccu_nkm.c 				if ((rate - tmp_rate) < (rate - best_rate)) {
tmp_rate           36 drivers/clk/sunxi-ng/ccu_nkm.c 					best_rate = tmp_rate;
tmp_rate           43 drivers/clk/sunxi-ng/ccu_nkmp.c 					unsigned long tmp_rate;
tmp_rate           45 drivers/clk/sunxi-ng/ccu_nkmp.c 					tmp_rate = ccu_nkmp_calc_rate(parent,
tmp_rate           49 drivers/clk/sunxi-ng/ccu_nkmp.c 					if (tmp_rate > rate)
tmp_rate           52 drivers/clk/sunxi-ng/ccu_nkmp.c 					if ((rate - tmp_rate) < (rate - best_rate)) {
tmp_rate           53 drivers/clk/sunxi-ng/ccu_nkmp.c 						best_rate = tmp_rate;
tmp_rate           39 drivers/clk/sunxi-ng/ccu_nm.c 			unsigned long tmp_rate = ccu_nm_calc_rate(parent,
tmp_rate           42 drivers/clk/sunxi-ng/ccu_nm.c 			if (tmp_rate > rate)
tmp_rate           45 drivers/clk/sunxi-ng/ccu_nm.c 			if ((rate - tmp_rate) < (rate - best_rate)) {
tmp_rate           46 drivers/clk/sunxi-ng/ccu_nm.c 				best_rate = tmp_rate;
tmp_rate          111 drivers/clk/sunxi/clk-sun4i-tcon-ch1.c 			unsigned long tmp_rate;
tmp_rate          113 drivers/clk/sunxi/clk-sun4i-tcon-ch1.c 			tmp_rate = parent_rate / m / d;
tmp_rate          115 drivers/clk/sunxi/clk-sun4i-tcon-ch1.c 			if (tmp_rate > rate)
tmp_rate          119 drivers/clk/sunxi/clk-sun4i-tcon-ch1.c 			    (rate - tmp_rate) < (rate - best_rate)) {
tmp_rate          120 drivers/clk/sunxi/clk-sun4i-tcon-ch1.c 				best_rate = tmp_rate;
tmp_rate          143 drivers/clk/sunxi/clk-sun4i-tcon-ch1.c 		unsigned long tmp_rate;
tmp_rate          152 drivers/clk/sunxi/clk-sun4i-tcon-ch1.c 		tmp_rate = tcon_ch1_calc_divider(req->rate, parent_rate,
tmp_rate          156 drivers/clk/sunxi/clk-sun4i-tcon-ch1.c 		    (req->rate - tmp_rate) < (req->rate - best_rate)) {
tmp_rate          157 drivers/clk/sunxi/clk-sun4i-tcon-ch1.c 			best_rate = tmp_rate;
tmp_rate           38 drivers/gpu/drm/sun4i/sun4i_hdmi_ddc_clk.c 			unsigned long tmp_rate;
tmp_rate           40 drivers/gpu/drm/sun4i/sun4i_hdmi_ddc_clk.c 			tmp_rate = (((parent_rate / pre_div) / 10) >> _n) /
tmp_rate           43 drivers/gpu/drm/sun4i/sun4i_hdmi_ddc_clk.c 			if (tmp_rate > rate)
tmp_rate           46 drivers/gpu/drm/sun4i/sun4i_hdmi_ddc_clk.c 			if (abs(rate - tmp_rate) < abs(rate - best_rate)) {
tmp_rate           47 drivers/gpu/drm/sun4i/sun4i_hdmi_ddc_clk.c 				best_rate = tmp_rate;
tmp_rate           41 drivers/gpu/drm/sun4i/sun4i_hdmi_tmds_clk.c 			unsigned long tmp_rate;
tmp_rate           43 drivers/gpu/drm/sun4i/sun4i_hdmi_tmds_clk.c 			tmp_rate = parent_rate / m / d;
tmp_rate           45 drivers/gpu/drm/sun4i/sun4i_hdmi_tmds_clk.c 			if (tmp_rate > rate)
tmp_rate           49 drivers/gpu/drm/sun4i/sun4i_hdmi_tmds_clk.c 			    (rate - tmp_rate) < (rate - best_rate)) {
tmp_rate           50 drivers/gpu/drm/sun4i/sun4i_hdmi_tmds_clk.c 				best_rate = tmp_rate;
tmp_rate           89 drivers/gpu/drm/sun4i/sun8i_hdmi_phy_clk.c 		unsigned long tmp_rate = parent_rate / m;
tmp_rate           91 drivers/gpu/drm/sun4i/sun8i_hdmi_phy_clk.c 		if (tmp_rate > rate)
tmp_rate           95 drivers/gpu/drm/sun4i/sun8i_hdmi_phy_clk.c 		    (rate - tmp_rate) < (rate - best_rate)) {
tmp_rate           96 drivers/gpu/drm/sun4i/sun8i_hdmi_phy_clk.c 			best_rate = tmp_rate;
tmp_rate         3387 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c 	u8 i, j, tmp_rate;
tmp_rate         3391 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c 		tmp_rate = (le16_to_cpu(vht_rate) >> i) & 3;
tmp_rate         3393 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c 		switch (tmp_rate) {
tmp_rate          146 drivers/rtc/rtc-ac100.c 	unsigned long best_rate = 0, tmp_rate, tmp_prate;
tmp_rate          156 drivers/rtc/rtc-ac100.c 		tmp_rate = divider_round_rate(hw, rate, &tmp_prate, NULL,
tmp_rate          160 drivers/rtc/rtc-ac100.c 		if (tmp_rate > rate)
tmp_rate          162 drivers/rtc/rtc-ac100.c 		if (rate - tmp_rate < best_rate - tmp_rate)
tmp_rate          163 drivers/rtc/rtc-ac100.c 			best_rate = tmp_rate;
tmp_rate          243 drivers/staging/rtl8192e/rtllib_softmac_wx.c 	u32 tmp_rate;
tmp_rate          245 drivers/staging/rtl8192e/rtllib_softmac_wx.c 	tmp_rate = TxCountToDataRate(ieee,
tmp_rate          247 drivers/staging/rtl8192e/rtllib_softmac_wx.c 	wrqu->bitrate.value = tmp_rate * 500000;
tmp_rate          233 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c 	u32 tmp_rate;
tmp_rate          235 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c 	tmp_rate = TxCountToDataRate(ieee, ieee->softmac_stats.CurrentShowTxate);
tmp_rate          237 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c 	wrqu->bitrate.value = tmp_rate * 500000;