Searched refs:rt2500pci_bbp_write (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2500pci.c | 45 static void rt2500pci_bbp_write(struct rt2x00_dev *rt2x00dev, in rt2500pci_bbp_write() function 178 .write = rt2500pci_bbp_write, 463 rt2500pci_bbp_write(rt2x00dev, 14, r14); in rt2500pci_config_ant() 464 rt2500pci_bbp_write(rt2x00dev, 2, r2); in rt2500pci_config_ant() 514 rt2500pci_bbp_write(rt2x00dev, 70, r70); in rt2500pci_config_channel() 631 rt2500pci_bbp_write(rt2x00dev, 17, vgc_level); in rt2500pci_set_vgc() 1064 rt2500pci_bbp_write(rt2x00dev, 3, 0x02); in rt2500pci_init_bbp() 1065 rt2500pci_bbp_write(rt2x00dev, 4, 0x19); in rt2500pci_init_bbp() 1066 rt2500pci_bbp_write(rt2x00dev, 14, 0x1c); in rt2500pci_init_bbp() 1067 rt2500pci_bbp_write(rt2x00dev, 15, 0x30); in rt2500pci_init_bbp() [all …]
|