Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8188eu/hal/
Drtl8188e_hal_init.c453 pHalData->EEPROMRegulatory = (PROMContent[EEPROM_RF_BOARD_OPTION_88E] & 0x7); /* bit0~2 */ in Hal_ReadTxPowerInfo88E()
455 pHalData->EEPROMRegulatory = (EEPROM_DEFAULT_BOARD_OPTION & 0x7); /* bit0~2 */ in Hal_ReadTxPowerInfo88E()
457 pHalData->EEPROMRegulatory = 0; in Hal_ReadTxPowerInfo88E()
459 DBG_88E("EEPROMRegulatory = 0x%x\n", pHalData->EEPROMRegulatory); in Hal_ReadTxPowerInfo88E()
Drf.c70 if (hal_data->EEPROMRegulatory == 0) { in rtl88eu_phy_rf6052_set_cck_txpower()
151 u8 regulatory = hal_data->EEPROMRegulatory; in get_rx_power_val_by_reg()
/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Drtl8723b_phycfg.c421 (Adapter->registrypriv.RegEnableTxPowerLimit == 2 && pHalData->EEPROMRegulatory == 1) in phy_BB8723b_Config_ParaFile()
436 (Adapter->registrypriv.RegEnableTxPowerByRate == 2 && pHalData->EEPROMRegulatory != 2) in phy_BB8723b_Config_ParaFile()
446 (Adapter->registrypriv.RegEnableTxPowerLimit == 2 && pHalData->EEPROMRegulatory == 1) in phy_BB8723b_Config_ParaFile()
Drtl8723b_hal_init.c2622 pHalData->EEPROMRegulatory = (PROMContent[EEPROM_RF_BOARD_OPTION_8723B]&0x7); /* bit0~2 */ in Hal_EfuseParseTxPowerInfo_8723B()
2624 pHalData->EEPROMRegulatory = (EEPROM_DEFAULT_BOARD_OPTION&0x7); /* bit0~2 */ in Hal_EfuseParseTxPowerInfo_8723B()
2626 pHalData->EEPROMRegulatory = 0; in Hal_EfuseParseTxPowerInfo_8723B()
2628 …(_module_hci_hal_init_c_, _drv_notice_, ("EEPROMRegulatory = 0x%x\n", pHalData->EEPROMRegulatory)); in Hal_EfuseParseTxPowerInfo_8723B()
Dhal_com_phycfg.c1480 if ((padapter->registrypriv.RegEnableTxPowerByRate == 2 && pHalData->EEPROMRegulatory == 2) || in PHY_GetTxPowerByRate()
1688 (hal_data->EEPROMRegulatory != 1)) || in phy_get_tx_pwr_lmt()
/Linux-v5.10/drivers/staging/rtl8188eu/include/
Drtl8188e_hal.h207 u8 EEPROMRegulatory; member
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Dhal_data.h222 u8 EEPROMRegulatory; member