Home
last modified time | relevance | path

Searched refs:EEPROMRegulatory (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_phycfg.c344 (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()
H A Dhal_com_phycfg.c580 if ((padapter->registrypriv.RegEnableTxPowerByRate == 2 && pHalData->EEPROMRegulatory == 2) || in PHY_GetTxPowerByRate()
698 (hal_data->EEPROMRegulatory != 1)) || in phy_get_tx_pwr_lmt()
H A Drtl8723b_hal_init.c2249 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()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dhal_data.h205 u8 EEPROMRegulatory; member