Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_rf6052.c85 u8 eRFPath; in phy_RF6052_Config_ParaFile() local
93 for (eRFPath = 0; eRFPath < pHalData->NumTotalRFPath; eRFPath++) { in phy_RF6052_Config_ParaFile()
95 pPhyReg = &pHalData->PHYRegDef[eRFPath]; in phy_RF6052_Config_ParaFile()
98 switch (eRFPath) { in phy_RF6052_Config_ParaFile()
123 switch (eRFPath) { in phy_RF6052_Config_ParaFile()
127 CONFIG_RF_RADIO, eRFPath); in phy_RF6052_Config_ParaFile()
132 switch (eRFPath) { in phy_RF6052_Config_ParaFile()
H A Dodm_HWConfig.h70 enum rf_path eRFPath
H A DHalBtcOutSrc.h267 void *pBtcContext, u8 eRFPath, u32 RegAddr, u32 BitMask, u32 Data
270 void *pBtcContext, u8 eRFPath, u32 RegAddr, u32 BitMask
H A Dodm_HWConfig.c414 enum rf_path eRFPath in ODM_ConfigRFWithHeaderFile() argument