Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8192u/
A Dr8190_rtl8256.c33 u8 eRFPath; in phy_set_rf8256_bandwidth() local
39 for (eRFPath = 0; eRFPath < RF90_PATH_MAX; eRFPath++) { in phy_set_rf8256_bandwidth()
49 (enum rf90_radio_path_e)eRFPath, in phy_set_rf8256_bandwidth()
52 (enum rf90_radio_path_e)eRFPath, in phy_set_rf8256_bandwidth()
55 (enum rf90_radio_path_e)eRFPath, in phy_set_rf8256_bandwidth()
58 (enum rf90_radio_path_e)eRFPath, in phy_set_rf8256_bandwidth()
115 u8 eRFPath; in phy_rf8256_config_para_file() local
124 for (eRFPath = (enum rf90_radio_path_e)RF90_PATH_A; eRFPath < priv->NumTotalRFPath; eRFPath++) { in phy_rf8256_config_para_file()
134 switch (eRFPath) { in phy_rf8256_config_para_file()
168 switch (eRFPath) { in phy_rf8256_config_para_file()
[all …]
/linux/drivers/staging/rtl8192e/rtl8192e/
A Dr8190P_rtl8256.c15 u8 eRFPath; in rtl92e_set_bandwidth() local
24 for (eRFPath = 0; eRFPath < priv->NumTotalRFPath; eRFPath++) { in rtl92e_set_bandwidth()
56 u8 eRFPath; in rtl92e_config_rf() local
69 eRFPath < priv->NumTotalRFPath; eRFPath++) { in rtl92e_config_rf()
75 switch (eRFPath) { in rtl92e_config_rf()
104 __func__, eRFPath); in rtl92e_config_rf()
113 (enum rf90_radio_path)eRFPath); in rtl92e_config_rf()
115 (enum rf90_radio_path)eRFPath, in rtl92e_config_rf()
120 eRFPath, RegOffSetToBeCheck, in rtl92e_config_rf()
125 switch (eRFPath) { in rtl92e_config_rf()
[all …]
A Dr8192E_phy.c58 if (eRFPath == RF90_PATH_A || eRFPath == RF90_PATH_B) in rtl92e_is_legal_rf_path()
60 else if (eRFPath == RF90_PATH_C || eRFPath == RF90_PATH_D) in rtl92e_is_legal_rf_path()
104 priv->RfReg0Value[eRFPath] |= 0x140; in _rtl92e_phy_rf_read()
135 priv->RfReg0Value[eRFPath] &= 0xebf; in _rtl92e_phy_rf_read()
186 priv->RfReg0Value[eRFPath] = Data; in _rtl92e_phy_rf_write()
267 Data |= ((eRFPath & 0x3) << 20); in _rtl92e_phy_rf_fw_read()
293 Data |= ((eRFPath & 0x3) << 20); in _rtl92e_phy_rf_fw_write()
501 rtl92e_set_rf_reg(dev, eRFPath, in rtl92e_check_bb_and_rf()
699 switch (eRFPath) { in rtl92e_config_rf_path()
814 u8 eRFPath; in _rtl92e_phy_switch_channel_step() local
[all …]
A Dr8192E_phy.h58 u8 rtl92e_is_legal_rf_path(struct net_device *dev, u32 eRFPath);
62 void rtl92e_set_rf_reg(struct net_device *dev, enum rf90_radio_path eRFPath,
64 u32 rtl92e_get_rf_reg(struct net_device *dev, enum rf90_radio_path eRFPath,
69 enum rf90_radio_path eRFPath);
74 u8 rtl92e_config_rf_path(struct net_device *dev, enum rf90_radio_path eRFPath);
/linux/drivers/staging/rtl8723bs/hal/
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()
A Drtl8723b_phycfg.c93 struct adapter *Adapter, enum rf_path eRFPath, u32 Offset in phy_RFSerialRead_8723B() argument
98 struct bb_register_def *pPhyReg = &pHalData->PHYRegDef[eRFPath]; in phy_RFSerialRead_8723B()
112 if (eRFPath == RF_PATH_A) { in phy_RFSerialRead_8723B()
132 if (eRFPath == RF_PATH_A) in phy_RFSerialRead_8723B()
134 else if (eRFPath == RF_PATH_B) in phy_RFSerialRead_8723B()
187 enum rf_path eRFPath, in phy_RFSerialWrite_8723B() argument
194 struct bb_register_def *pPhyReg = &pHalData->PHYRegDef[eRFPath]; in phy_RFSerialWrite_8723B()
230 u8 eRFPath, in PHY_QueryRFReg_8723B() argument
237 Original_Value = phy_RFSerialRead_8723B(Adapter, eRFPath, RegAddr); in PHY_QueryRFReg_8723B()
258 u8 eRFPath, in PHY_SetRFReg_8723B() argument
[all …]
A Dhal_intf.c312 u32 rtw_hal_read_rfreg(struct adapter *padapter, u32 eRFPath, u32 RegAddr, u32 BitMask) in rtw_hal_read_rfreg() argument
316 data = padapter->HalFunc.read_rfreg(padapter, eRFPath, RegAddr, BitMask); in rtw_hal_read_rfreg()
319 void rtw_hal_write_rfreg(struct adapter *padapter, u32 eRFPath, u32 RegAddr, u32 BitMask, u32 Data) in rtw_hal_write_rfreg() argument
322 padapter->HalFunc.write_rfreg(padapter, eRFPath, RegAddr, BitMask, Data); in rtw_hal_write_rfreg()
A DHalBtcOutSrc.h278 void *pBtcContext, u8 eRFPath, u32 RegAddr, u32 BitMask, u32 Data
281 void *pBtcContext, u8 eRFPath, u32 RegAddr, u32 BitMask
A Dodm_HWConfig.h70 enum rf_path eRFPath
A Dhal_btcoex.c703 static void halbtcoutsrc_SetRfReg(void *pBtcContext, u8 eRFPath, u32 RegAddr, u32 BitMask, u32 Data) in halbtcoutsrc_SetRfReg() argument
712 PHY_SetRFReg(padapter, eRFPath, RegAddr, BitMask, Data); in halbtcoutsrc_SetRfReg()
715 static u32 halbtcoutsrc_GetRfReg(void *pBtcContext, u8 eRFPath, u32 RegAddr, u32 BitMask) in halbtcoutsrc_GetRfReg() argument
724 return PHY_QueryRFReg(padapter, eRFPath, RegAddr, BitMask); in halbtcoutsrc_GetRfReg()
A Dodm_HWConfig.c414 enum rf_path eRFPath in ODM_ConfigRFWithHeaderFile() argument
/linux/drivers/staging/r8188eu/hal/
A Drtl8188e_phycfg.c141 enum rf_radio_path eRFPath, in phy_RFSerialRead() argument
147 struct bb_reg_def *pPhyReg = &pHalData->PHYRegDef[eRFPath]; in phy_RFSerialRead()
165 if (eRFPath == RF_PATH_A) in phy_RFSerialRead()
180 if (eRFPath == RF_PATH_A) in phy_RFSerialRead()
182 else if (eRFPath == RF_PATH_B) in phy_RFSerialRead()
239 enum rf_radio_path eRFPath, in phy_RFSerialWrite() argument
318 enum rf_radio_path eRFPath, in rtl8188e_PHY_SetRFReg() argument
333 phy_RFSerialWrite(Adapter, eRFPath, RegAddr, Data); in rtl8188e_PHY_SetRFReg()
866 u8 eRFPath = 0; in _PHY_SwChnl8192C() local
879 pHalData->RfRegChnlVal[eRFPath] = ((pHalData->RfRegChnlVal[eRFPath] & 0xfffffc00) | param2); in _PHY_SwChnl8192C()
[all …]
A Dodm_interface.c61 void ODM_SetRFReg(struct odm_dm_struct *pDM_Odm, enum rf_radio_path eRFPath, u32 RegAddr, u32 BitMa… in ODM_SetRFReg() argument
64 PHY_SetRFReg(Adapter, (enum rf_radio_path)eRFPath, RegAddr, BitMask, Data); in ODM_SetRFReg()
67 u32 ODM_GetRFReg(struct odm_dm_struct *pDM_Odm, enum rf_radio_path eRFPath, u32 RegAddr, u32 BitMas… in ODM_GetRFReg() argument
70 return PHY_QueryRFReg(Adapter, (enum rf_radio_path)eRFPath, RegAddr, BitMask); in ODM_GetRFReg()
A Drtl8188e_rf6052.c388 u8 eRFPath = 0; in phy_RF6052_Config_ParaFile() local
393 pPhyReg = &pHalData->PHYRegDef[eRFPath]; in phy_RF6052_Config_ParaFile()
414 …nfigRFWithHeaderFile(&pHalData->odmpriv, (enum rf_radio_path)eRFPath, (enum rf_radio_path)eRFPath)) in phy_RF6052_Config_ParaFile()
/linux/drivers/staging/rtl8723bs/include/
A Dhal_intf.h238 u32 (*read_rfreg)(struct adapter *padapter, u8 eRFPath, u32 RegAddr, u32 BitMask);
239 void (*write_rfreg)(struct adapter *padapter, u8 eRFPath, u32 RegAddr, u32 BitMask, u32 Data);
331 u32 rtw_hal_read_rfreg(struct adapter *padapter, u32 eRFPath, u32 RegAddr, u32 BitMask);
332 void rtw_hal_write_rfreg(struct adapter *padapter, u32 eRFPath, u32 RegAddr, u32 BitMask, u32 Data);
336 #define PHY_QueryRFReg(Adapter, eRFPath, RegAddr, BitMask) rtw_hal_read_rfreg((Adapter), (eRFPath),… argument
337 #define PHY_SetRFReg(Adapter, eRFPath, RegAddr, BitMask, Data) rtw_hal_write_rfreg((Adapter), (eRFP… argument
A Dhal_phy_cfg.h33 u32 PHY_QueryRFReg_8723B(struct adapter *Adapter, u8 eRFPath,
36 void PHY_SetRFReg_8723B(struct adapter *Adapter, u8 eRFPath,
/linux/drivers/staging/r8188eu/include/
A Dodm_interface.h42 void ODM_SetRFReg(struct odm_dm_struct *pDM_Odm, enum rf_radio_path eRFPath,
45 u32 ODM_GetRFReg(struct odm_dm_struct *pDM_Odm, enum rf_radio_path eRFPath,
A Dodm_HWConfig.h100 enum rf_radio_path eRFPath);

Completed in 27 milliseconds