EEPROMRFGainVal  1709 drivers/staging/rtl8723bs/hal/hal_com.c 		DBG_871X("Offset RF Gain.  padapter->eeprompriv.EEPROMRFGainVal = 0x%x\n", padapter->eeprompriv.EEPROMRFGainVal);
EEPROMRFGainVal  1710 drivers/staging/rtl8723bs/hal/hal_com.c 		if (padapter->eeprompriv.EEPROMRFGainVal != 0xff) {
EEPROMRFGainVal  1718 drivers/staging/rtl8723bs/hal/hal_com.c 				if (v1 == padapter->eeprompriv.EEPROMRFGainVal) {
EEPROMRFGainVal  1724 drivers/staging/rtl8723bs/hal/hal_com.c 			DBG_871X("padapter->eeprompriv.EEPROMRFGainVal = 0x%x , Gain offset Target Value = 0x%x\n", padapter->eeprompriv.EEPROMRFGainVal, target);
EEPROMRFGainVal  1732 drivers/staging/rtl8723bs/hal/hal_com.c 			DBG_871X("Offset RF Gain.  padapter->eeprompriv.EEPROMRFGainVal = 0x%x	!= 0xff, didn't run Kfree\n", padapter->eeprompriv.EEPROMRFGainVal);
EEPROMRFGainVal  2870 drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c 		Adapter->eeprompriv.EEPROMRFGainVal = EFUSE_Read1Byte(Adapter, EEPROM_RF_GAIN_VAL);
EEPROMRFGainVal  2871 drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c 		DBG_871X("Adapter->eeprompriv.EEPROMRFGainVal =%x\n", Adapter->eeprompriv.EEPROMRFGainVal);
EEPROMRFGainVal  2874 drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c 		Adapter->eeprompriv.EEPROMRFGainVal = 0xFF;
EEPROMRFGainVal   112 drivers/staging/rtl8723bs/include/rtw_eeprom.h 	u8 EEPROMRFGainVal;