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

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

Completed in 429 milliseconds