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

/drivers/net/wireless/rt2x00/
H A Drt2x00queue.c243 const struct rt2x00_rate *hwrate)
269 txdesc->u.plcp.signal = hwrate->plcp;
272 if (hwrate->flags & DEV_RATE_OFDM) {
279 residual = GET_DURATION_RES(data_length, hwrate->bitrate);
280 duration = GET_DURATION(data_length, hwrate->bitrate);
288 if (hwrate->bitrate == 110 && residual <= 30)
307 const struct rt2x00_rate *hwrate)
348 txdesc->u.ht.mcs = rt2x00_get_rate_mcs(hwrate->mcs);
397 const struct rt2x00_rate *hwrate = NULL; local
470 hwrate
240 rt2x00queue_create_tx_descriptor_plcp(struct rt2x00_dev *rt2x00dev, struct sk_buff *skb, struct txentry_desc *txdesc, const struct rt2x00_rate *hwrate) argument
304 rt2x00queue_create_tx_descriptor_ht(struct rt2x00_dev *rt2x00dev, struct sk_buff *skb, struct txentry_desc *txdesc, const struct rt2x00_rate *hwrate) argument
[all...]
/drivers/mfd/
H A Ddb8500-prcmu.c1921 u64 hwrate; local
1929 hwrate = (d * src_rate);
1930 if (((2 * hwrate) < (r * MIN_PLL_VCO_RATE)) ||
1931 ((r * MAX_PLL_VCO_RATE) < (2 * hwrate)))
1933 (void)do_div(hwrate, r);
1934 if (rate < hwrate) {
1940 if ((rate - hwrate) < rem) {
1941 rem = (rate - hwrate);

Completed in 82 milliseconds