[go: nahoru, domu]

Searched refs:cur_rate (Results 1 - 6 of 6) sorted by relevance

/drivers/clk/at91/
H A Dclk-peripheral.c237 unsigned long cur_rate = *parent_rate; local
246 cur_rate = *parent_rate >> shift;
247 if (cur_rate <= periph->range.max)
252 if (rate >= cur_rate)
253 return cur_rate;
255 best_diff = cur_rate - rate;
256 best_rate = cur_rate;
258 cur_rate = *parent_rate >> shift;
259 if (cur_rate < rate)
260 cur_diff = rate - cur_rate;
[all...]
/drivers/clk/mvebu/
H A Dclk-cpu.c113 unsigned long fabric_div, target_div, cur_rate; local
123 cur_rate = __clk_get_rate(hwclk->clk);
130 if (rate == 2 * cur_rate)
/drivers/infiniband/hw/mthca/
H A Dmthca_av.c106 static u8 ib_rate_to_memfree(u8 req_rate, u8 cur_rate) argument
108 if (cur_rate <= req_rate)
115 switch ((cur_rate - 1) / req_rate) {
/drivers/net/wireless/libertas/
H A Drx.c147 priv->cur_rate = lbs_fw_index_to_data_rate(p_rx_pd->rx_rate);
268 priv->cur_rate = lbs_fw_index_to_data_rate(prxpd->rx_rate);
H A Ddev.h173 u8 cur_rate; member in struct:lbs_private
H A Dcfg.c1635 /* Convert priv->cur_rate from hw_value to NL80211 value */
1637 if (priv->cur_rate == lbs_rates[i].hw_value) {

Completed in 106 milliseconds