Home
last modified time | relevance | path

Searched refs:bbp_state (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2400pci.c1033 char bbp_state; in rt2400pci_set_state() local
1052 bbp_state = rt2x00_get_field32(reg2, PWRCSR1_BBP_CURR_STATE); in rt2400pci_set_state()
1054 if (bbp_state == state && rf_state == state) in rt2400pci_set_state()
Drt2500usb.c1006 char bbp_state; in rt2500usb_set_state() local
1026 bbp_state = rt2x00_get_field16(reg2, MAC_CSR17_BBP_CURR_STATE); in rt2500usb_set_state()
1028 if (bbp_state == state && rf_state == state) in rt2500usb_set_state()
Drt2500pci.c1186 char bbp_state; in rt2500pci_set_state() local
1205 bbp_state = rt2x00_get_field32(reg2, PWRCSR1_BBP_CURR_STATE); in rt2500pci_set_state()
1207 if (bbp_state == state && rf_state == state) in rt2500pci_set_state()