/drivers/staging/rtl8192u/ |
D | r8190_rtl8256.c | 33 u8 eRFPath; in phy_set_rf8256_bandwidth() local 39 for (eRFPath = 0; eRFPath < RF90_PATH_MAX; eRFPath++) { in phy_set_rf8256_bandwidth() 40 if (!rtl8192_phy_CheckIsLegalRFPath(dev, 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() 66 …rtl8192_phy_SetRFReg(dev, (enum rf90_radio_path_e)eRFPath, 0x0b, bMask12Bits, 0x300); /* phy para:… in phy_set_rf8256_bandwidth() 67 rtl8192_phy_SetRFReg(dev, (enum rf90_radio_path_e)eRFPath, 0x2c, bMask12Bits, 0x3df); in phy_set_rf8256_bandwidth() 68 rtl8192_phy_SetRFReg(dev, (enum rf90_radio_path_e)eRFPath, 0x0e, bMask12Bits, 0x0a1); in phy_set_rf8256_bandwidth() [all …]
|
/drivers/staging/rtl8192e/rtl8192e/ |
D | r8190P_rtl8256.c | 15 u8 eRFPath; in rtl92e_set_bandwidth() local 24 for (eRFPath = 0; eRFPath < priv->NumTotalRFPath; eRFPath++) { in rtl92e_set_bandwidth() 25 if (!rtl92e_is_legal_rf_path(dev, eRFPath)) in rtl92e_set_bandwidth() 30 rtl92e_set_rf_reg(dev, (enum rf90_radio_path)eRFPath, in rtl92e_set_bandwidth() 32 rtl92e_set_rf_reg(dev, (enum rf90_radio_path)eRFPath, in rtl92e_set_bandwidth() 34 rtl92e_set_rf_reg(dev, (enum rf90_radio_path)eRFPath, in rtl92e_set_bandwidth() 38 rtl92e_set_rf_reg(dev, (enum rf90_radio_path)eRFPath, in rtl92e_set_bandwidth() 40 rtl92e_set_rf_reg(dev, (enum rf90_radio_path)eRFPath, in rtl92e_set_bandwidth() 42 rtl92e_set_rf_reg(dev, (enum rf90_radio_path)eRFPath, in rtl92e_set_bandwidth() 56 u8 eRFPath; in rtl92e_config_rf() local [all …]
|
D | r8192E_phy.c | 38 enum rf90_radio_path eRFPath, u32 Offset); 40 enum rf90_radio_path eRFPath, u32 Offset, 50 u8 rtl92e_is_legal_rf_path(struct net_device *dev, u32 eRFPath) in rtl92e_is_legal_rf_path() argument 58 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() 92 enum rf90_radio_path eRFPath, u32 Offset) in _rtl92e_phy_rf_read() argument 97 struct bb_reg_definition *pPhyReg = &priv->PHYRegDef[eRFPath]; in _rtl92e_phy_rf_read() 104 priv->RfReg0Value[eRFPath] |= 0x140; in _rtl92e_phy_rf_read() 107 (priv->RfReg0Value[eRFPath]<<16)); in _rtl92e_phy_rf_read() 110 priv->RfReg0Value[eRFPath] |= 0x100; in _rtl92e_phy_rf_read() [all …]
|
D | r8192E_phy.h | 58 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);
|
/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_rf6052.c | 85 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()
|
D | rtl8723b_phycfg.c | 93 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 …]
|
D | hal_intf.c | 312 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()
|
D | HalBtcOutSrc.h | 278 void *pBtcContext, u8 eRFPath, u32 RegAddr, u32 BitMask, u32 Data 281 void *pBtcContext, u8 eRFPath, u32 RegAddr, u32 BitMask
|
D | odm_HWConfig.h | 70 enum rf_path eRFPath
|
D | hal_btcoex.c | 703 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()
|
D | odm_HWConfig.c | 414 enum rf_path eRFPath in ODM_ConfigRFWithHeaderFile() argument
|
/drivers/staging/r8188eu/hal/ |
D | rtl8188e_phycfg.c | 141 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 246 struct bb_reg_def *pPhyReg = &pHalData->PHYRegDef[eRFPath]; in phy_RFSerialWrite() 285 u32 rtl8188e_PHY_QueryRFReg(struct adapter *Adapter, enum rf_radio_path eRFPath, in rtl8188e_PHY_QueryRFReg() argument 290 Original_Value = phy_RFSerialRead(Adapter, eRFPath, RegAddr); in rtl8188e_PHY_QueryRFReg() 318 enum rf_radio_path eRFPath, in rtl8188e_PHY_SetRFReg() argument [all …]
|
D | rtl8188e_rf6052.c | 461 u8 eRFPath; in phy_RF6052_Config_ParaFile() local 467 for (eRFPath = 0; eRFPath < pHalData->NumTotalRFPath; eRFPath++) { in phy_RF6052_Config_ParaFile() 468 pPhyReg = &pHalData->PHYRegDef[eRFPath]; in phy_RF6052_Config_ParaFile() 471 switch (eRFPath) { in phy_RF6052_Config_ParaFile() 497 switch (eRFPath) { in phy_RF6052_Config_ParaFile() 499 …nfigRFWithHeaderFile(&pHalData->odmpriv, (enum rf_radio_path)eRFPath, (enum rf_radio_path)eRFPath)) in phy_RF6052_Config_ParaFile() 503 …nfigRFWithHeaderFile(&pHalData->odmpriv, (enum rf_radio_path)eRFPath, (enum rf_radio_path)eRFPath)) in phy_RF6052_Config_ParaFile() 512 switch (eRFPath) { in phy_RF6052_Config_ParaFile()
|
D | odm_interface.c | 67 void ODM_SetRFReg(struct odm_dm_struct *pDM_Odm, enum rf_radio_path eRFPath, u32 RegAddr, u32 BitMa… in ODM_SetRFReg() argument 70 PHY_SetRFReg(Adapter, (enum rf_radio_path)eRFPath, RegAddr, BitMask, Data); in ODM_SetRFReg() 73 u32 ODM_GetRFReg(struct odm_dm_struct *pDM_Odm, enum rf_radio_path eRFPath, u32 RegAddr, u32 BitMas… in ODM_GetRFReg() argument 76 return PHY_QueryRFReg(Adapter, (enum rf_radio_path)eRFPath, RegAddr, BitMask); in ODM_GetRFReg()
|
D | rtl8188e_mp.c | 213 u8 eRFPath; in Hal_SetChannel() local 217 for (eRFPath = 0; eRFPath < pHalData->NumTotalRFPath; eRFPath++) in Hal_SetChannel() 218 _write_rfreg(pAdapter, eRFPath, ODM_CHANNEL, 0x3FF, channel); in Hal_SetChannel()
|
/drivers/staging/rtl8723bs/include/ |
D | hal_intf.h | 238 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
|
D | hal_phy_cfg.h | 33 u32 PHY_QueryRFReg_8723B(struct adapter *Adapter, u8 eRFPath, 36 void PHY_SetRFReg_8723B(struct adapter *Adapter, u8 eRFPath,
|
/drivers/staging/r8188eu/include/ |
D | hal_intf.h | 217 enum rf_radio_path eRFPath, u32 RegAddr, 220 enum rf_radio_path eRFPath, u32 RegAddr, 374 u32 rtw_hal_read_rfreg(struct adapter *padapter, enum rf_radio_path eRFPath, 377 enum rf_radio_path eRFPath, u32 RegAddr,
|
D | odm_interface.h | 85 void ODM_SetRFReg(struct odm_dm_struct *pDM_Odm, enum rf_radio_path eRFPath, 88 u32 ODM_GetRFReg(struct odm_dm_struct *pDM_Odm, enum rf_radio_path eRFPath,
|
D | odm_HWConfig.h | 109 enum rf_radio_path eRFPath);
|