Home
last modified time | relevance | path

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

/drivers/staging/rtl8723bs/hal/
Dodm_HWConfig.c435 ODM_RF_Config_Type ConfigType, in ODM_ConfigRFWithHeaderFile() argument
445 if (ConfigType == CONFIG_RF_RADIO) in ODM_ConfigRFWithHeaderFile()
447 else if (ConfigType == CONFIG_RF_TXPWR_LMT) in ODM_ConfigRFWithHeaderFile()
468 PDM_ODM_T pDM_Odm, ODM_BB_Config_Type ConfigType in ODM_ConfigBBWithHeaderFile() argument
477 if (ConfigType == CONFIG_BB_PHY_REG) in ODM_ConfigBBWithHeaderFile()
479 else if (ConfigType == CONFIG_BB_AGC_TAB) in ODM_ConfigBBWithHeaderFile()
481 else if (ConfigType == CONFIG_BB_PHY_REG_PG) in ODM_ConfigBBWithHeaderFile()
Dodm_HWConfig.h135 ODM_RF_Config_Type ConfigType,
140 PDM_ODM_T pDM_Odm, ODM_BB_Config_Type ConfigType
145 ODM_FW_Config_Type ConfigType,
/drivers/staging/rtl8192u/
Dr819xU_phy.c508 enum baseband_config_type ConfigType) in rtl8192_phyConfigBB() argument
512 if (ConfigType == BASEBAND_CONFIG_PHY_REG) { in rtl8192_phyConfigBB()
522 } else if (ConfigType == BASEBAND_CONFIG_AGC_TAB) { in rtl8192_phyConfigBB()
/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_phy.c337 static void _rtl92e_phy_config_bb(struct net_device *dev, u8 ConfigType) in _rtl92e_phy_config_bb() argument
355 if (ConfigType == BaseBand_Config_PHY_REG) { in _rtl92e_phy_config_bb()
365 } else if (ConfigType == BaseBand_Config_AGC_TAB) { in _rtl92e_phy_config_bb()