Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2500usb.c988 u8 bbp_state; in rt2500usb_set_state() local
1008 bbp_state = rt2x00_get_field16(reg2, MAC_CSR17_BBP_CURR_STATE); in rt2500usb_set_state()
1010 if (bbp_state == state && rf_state == state) in rt2500usb_set_state()
H A Drt2400pci.c1027 u8 bbp_state; in rt2400pci_set_state() local
1046 bbp_state = rt2x00_get_field32(reg2, PWRCSR1_BBP_CURR_STATE); in rt2400pci_set_state()
1048 if (bbp_state == state && rf_state == state) in rt2400pci_set_state()
H A Drt2500pci.c1180 u8 bbp_state; in rt2500pci_set_state() local
1199 bbp_state = rt2x00_get_field32(reg2, PWRCSR1_BBP_CURR_STATE); in rt2500pci_set_state()
1201 if (bbp_state == state && rf_state == state) in rt2500pci_set_state()