Searched refs:rt61pci_bbp_read (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt61pci.c | 78 static u8 rt61pci_bbp_read(struct rt2x00_dev *rt2x00dev, in rt61pci_bbp_read() function 215 .read = rt61pci_bbp_read, 540 r3 = rt61pci_bbp_read(rt2x00dev, 3); in rt61pci_config_antenna_5x() 541 r4 = rt61pci_bbp_read(rt2x00dev, 4); in rt61pci_config_antenna_5x() 542 r77 = rt61pci_bbp_read(rt2x00dev, 77); in rt61pci_config_antenna_5x() 586 r3 = rt61pci_bbp_read(rt2x00dev, 3); in rt61pci_config_antenna_2x() 587 r4 = rt61pci_bbp_read(rt2x00dev, 4); in rt61pci_config_antenna_2x() 588 r77 = rt61pci_bbp_read(rt2x00dev, 77); in rt61pci_config_antenna_2x() 640 r3 = rt61pci_bbp_read(rt2x00dev, 3); in rt61pci_config_antenna_2529() 641 r4 = rt61pci_bbp_read(rt2x00dev, 4); in rt61pci_config_antenna_2529() [all …]
|