Searched refs:EEPROMRegulatory (Results 1 – 4 of 4) sorted by relevance
344 (Adapter->registrypriv.RegEnableTxPowerLimit == 2 && pHalData->EEPROMRegulatory == 1) in phy_BB8723b_Config_ParaFile()359 (Adapter->registrypriv.RegEnableTxPowerByRate == 2 && pHalData->EEPROMRegulatory != 2) in phy_BB8723b_Config_ParaFile()369 (Adapter->registrypriv.RegEnableTxPowerLimit == 2 && pHalData->EEPROMRegulatory == 1) in phy_BB8723b_Config_ParaFile()
580 if ((padapter->registrypriv.RegEnableTxPowerByRate == 2 && pHalData->EEPROMRegulatory == 2) || in PHY_GetTxPowerByRate()698 (hal_data->EEPROMRegulatory != 1)) || in phy_get_tx_pwr_lmt()
2249 pHalData->EEPROMRegulatory = (PROMContent[EEPROM_RF_BOARD_OPTION_8723B]&0x7); /* bit0~2 */ in Hal_EfuseParseTxPowerInfo_8723B()2251 pHalData->EEPROMRegulatory = (EEPROM_DEFAULT_BOARD_OPTION&0x7); /* bit0~2 */ in Hal_EfuseParseTxPowerInfo_8723B()2253 pHalData->EEPROMRegulatory = 0; in Hal_EfuseParseTxPowerInfo_8723B()
205 u8 EEPROMRegulatory; member