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

/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2500pci.c103 static void rt2500pci_rf_write(struct rt2x00_dev *rt2x00dev, function
185 .write = rt2500pci_rf_write,
496 rt2500pci_rf_write(rt2x00dev, 1, rf->rf1);
497 rt2500pci_rf_write(rt2x00dev, 2, vals[rf->channel - 1]);
498 rt2500pci_rf_write(rt2x00dev, 3, rf->rf3);
500 rt2500pci_rf_write(rt2x00dev, 4, rf->rf4);
503 rt2500pci_rf_write(rt2x00dev, 1, rf->rf1);
504 rt2500pci_rf_write(rt2x00dev, 2, rf->rf2);
505 rt2500pci_rf_write(rt2x00dev, 3, rf->rf3);
507 rt2500pci_rf_write(rt2x00de
[all...]

Completed in 119 milliseconds