Searched refs:rt2400pci_bbp_write (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/net/wireless/rt2x00/ |
| D | rt2400pci.c | 56 static void rt2400pci_bbp_write(struct rt2x00_dev *rt2x00dev, in rt2400pci_bbp_write() function 186 .write = rt2400pci_bbp_write, 444 rt2400pci_bbp_write(rt2x00dev, 4, r4); in rt2400pci_config_ant() 445 rt2400pci_bbp_write(rt2x00dev, 1, r1); in rt2400pci_config_ant() 501 rt2400pci_bbp_write(rt2x00dev, 3, TXPOWER_TO_DEV(txpower)); in rt2400pci_config_txpower() 599 rt2400pci_bbp_write(rt2x00dev, 13, vgc_level); in rt2400pci_set_vgc() 932 rt2400pci_bbp_write(rt2x00dev, 1, 0x00); in rt2400pci_init_bbp() 933 rt2400pci_bbp_write(rt2x00dev, 3, 0x27); in rt2400pci_init_bbp() 934 rt2400pci_bbp_write(rt2x00dev, 4, 0x08); in rt2400pci_init_bbp() 935 rt2400pci_bbp_write(rt2x00dev, 10, 0x0f); in rt2400pci_init_bbp() [all …]
|