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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2500pci.c113 static void rt2500pci_rf_write(struct rt2x00_dev *rt2x00dev, function
195 .write = rt2500pci_rf_write,
493 rt2500pci_rf_write(rt2x00dev, 1, rf->rf1);
494 rt2500pci_rf_write(rt2x00dev, 2, vals[rf->channel - 1]);
495 rt2500pci_rf_write(rt2x00dev, 3, rf->rf3);
497 rt2500pci_rf_write(rt2x00dev, 4, rf->rf4);
500 rt2500pci_rf_write(rt2x00dev, 1, rf->rf1);
501 rt2500pci_rf_write(rt2x00dev, 2, rf->rf2);
502 rt2500pci_rf_write(rt2x00dev, 3, rf->rf3);
504 rt2500pci_rf_write(rt2x00de
[all...]

Completed in 60 milliseconds