Home
last modified time | relevance | path

Searched refs:eRFPath (Results 1 – 5 of 5) 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 Dhal_btcoex.c702 static void halbtcoutsrc_SetRfReg(void *pBtcContext, u8 eRFPath, u32 RegAddr, u32 BitMask, u32 Data) in halbtcoutsrc_SetRfReg() argument
711 PHY_SetRFReg(padapter, eRFPath, RegAddr, BitMask, Data); in halbtcoutsrc_SetRfReg()
714 static u32 halbtcoutsrc_GetRfReg(void *pBtcContext, u8 eRFPath, u32 RegAddr, u32 BitMask) in halbtcoutsrc_GetRfReg() argument
723 return PHY_QueryRFReg(padapter, eRFPath, RegAddr, BitMask); in halbtcoutsrc_GetRfReg()
H A Dodm_HWConfig.c414 enum rf_path eRFPath in ODM_ConfigRFWithHeaderFile() argument