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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dvidc.c194 unsigned int hwctrl, hwrate, hwrate_ext, rate_int, rate_ext; local
201 hwrate = (((VIDC_SOUND_CLOCK * 2) / rate) + 1) >> 1;
202 if (hwrate < 3)
203 hwrate = 3;
204 if (hwrate > 255)
205 hwrate = 255;
214 rate_int = VIDC_SOUND_CLOCK / hwrate;
222 hwrate=hwrate_ext;
228 /*printk("VIDC: internal %d %d %d\n", rate, rate_int, hwrate);*/
235 vidc_writel(0xb0000000 | (hwrate
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00ht.c34 const struct rt2x00_rate *hwrate)
58 txdesc->mcs = rt2x00_get_rate_mcs(hwrate->mcs);
32 rt2x00ht_create_tx_descriptor(struct queue_entry *entry, struct txentry_desc *txdesc, const struct rt2x00_rate *hwrate) argument
H A Drt2x00queue.c235 const struct rt2x00_rate *hwrate)
252 txdesc->signal = hwrate->plcp;
255 if (hwrate->flags & DEV_RATE_OFDM) {
262 residual = GET_DURATION_RES(data_length, hwrate->bitrate);
263 duration = GET_DURATION(data_length, hwrate->bitrate);
271 if (hwrate->bitrate == 110 && residual <= 30)
295 const struct rt2x00_rate *hwrate; local
381 hwrate = rt2x00_get_rate(rate->hw_value);
383 if (hwrate->flags & DEV_RATE_OFDM)
390 rt2x00ht_create_tx_descriptor(entry, txdesc, hwrate);
233 rt2x00queue_create_tx_descriptor_plcp(struct queue_entry *entry, struct txentry_desc *txdesc, const struct rt2x00_rate *hwrate) argument
[all...]
H A Drt2x00lib.h389 const struct rt2x00_rate *hwrate);
396 const struct rt2x00_rate *hwrate)
394 rt2x00ht_create_tx_descriptor(struct queue_entry *entry, struct txentry_desc *txdesc, const struct rt2x00_rate *hwrate) argument

Completed in 32 milliseconds