Searched refs:hwrate (Results 1 - 3 of 3) sorted by relevance

/drivers/net/wireless/rt2x00/
H A Drt2x00queue.c238 const struct rt2x00_rate *hwrate)
264 txdesc->u.plcp.signal = hwrate->plcp;
267 if (hwrate->flags & DEV_RATE_OFDM) {
274 residual = GET_DURATION_RES(data_length, hwrate->bitrate);
275 duration = GET_DURATION(data_length, hwrate->bitrate);
283 if (hwrate->bitrate == 110 && residual <= 30)
303 const struct rt2x00_rate *hwrate)
333 txdesc->u.ht.mcs = rt2x00_get_rate_mcs(hwrate->mcs);
401 const struct rt2x00_rate *hwrate = NULL; local
474 hwrate
235 rt2x00queue_create_tx_descriptor_plcp(struct rt2x00_dev *rt2x00dev, struct sk_buff *skb, struct txentry_desc *txdesc, const struct rt2x00_rate *hwrate) argument
299 rt2x00queue_create_tx_descriptor_ht(struct rt2x00_dev *rt2x00dev, struct sk_buff *skb, struct txentry_desc *txdesc, struct ieee80211_sta *sta, const struct rt2x00_rate *hwrate) argument
[all...]
/drivers/clk/st/
H A Dclkgen-fsyn.c573 long hwrate = 0; local
580 clk_fs660c32_vco_get_rate(parent_rate, &params, &hwrate);
584 hwrate, (unsigned int)params.ndiv);
586 if (!hwrate)
993 long hwrate; local
1001 hwrate = quadfs_find_best_rate(hw, rate, parent_rate, &params);
1002 if (!hwrate)
/drivers/mfd/
H A Ddb8500-prcmu.c1917 u64 hwrate; local
1925 hwrate = (d * src_rate);
1926 if (((2 * hwrate) < (r * MIN_PLL_VCO_RATE)) ||
1927 ((r * MAX_PLL_VCO_RATE) < (2 * hwrate)))
1929 (void)do_div(hwrate, r);
1930 if (rate < hwrate) {
1936 if ((rate - hwrate) < rem) {
1937 rem = (rate - hwrate);

Completed in 99 milliseconds