/linux-4.1.27/drivers/staging/rtl8192u/ |
D | r8190_rtl8256.c | 28 u8 eRFPath; in PHY_SetRF8256Bandwidth() local 34 for (eRFPath = 0; eRFPath < RF90_PATH_MAX; eRFPath++) { in PHY_SetRF8256Bandwidth() 35 if (!rtl8192_phy_CheckIsLegalRFPath(dev, eRFPath)) in PHY_SetRF8256Bandwidth() 44 (RF90_RADIO_PATH_E)eRFPath, in PHY_SetRF8256Bandwidth() 47 (RF90_RADIO_PATH_E)eRFPath, in PHY_SetRF8256Bandwidth() 50 (RF90_RADIO_PATH_E)eRFPath, in PHY_SetRF8256Bandwidth() 53 (RF90_RADIO_PATH_E)eRFPath, in PHY_SetRF8256Bandwidth() 61 …rtl8192_phy_SetRFReg(dev, (RF90_RADIO_PATH_E)eRFPath, 0x0b, bMask12Bits, 0x300); /* phy para:3ba */ in PHY_SetRF8256Bandwidth() 62 rtl8192_phy_SetRFReg(dev, (RF90_RADIO_PATH_E)eRFPath, 0x2c, bMask12Bits, 0x3df); in PHY_SetRF8256Bandwidth() 63 rtl8192_phy_SetRFReg(dev, (RF90_RADIO_PATH_E)eRFPath, 0x0e, bMask12Bits, 0x0a1); in PHY_SetRF8256Bandwidth() [all …]
|
D | r819xU_phy.c | 63 u8 rtl8192_phy_CheckIsLegalRFPath(struct net_device *dev, u32 eRFPath) in rtl8192_phy_CheckIsLegalRFPath() argument 71 if (eRFPath == RF90_PATH_A || eRFPath == RF90_PATH_B) in rtl8192_phy_CheckIsLegalRFPath() 73 else if (eRFPath == RF90_PATH_C || eRFPath == RF90_PATH_D) in rtl8192_phy_CheckIsLegalRFPath() 125 static u32 phy_FwRFSerialRead(struct net_device *dev, RF90_RADIO_PATH_E eRFPath, 129 RF90_RADIO_PATH_E eRFPath, u32 offset, 147 RF90_RADIO_PATH_E eRFPath, u32 offset) in rtl8192_phy_RFSerialRead() argument 152 BB_REGISTER_DEFINITION_T *pPhyReg = &priv->PHYRegDef[eRFPath]; in rtl8192_phy_RFSerialRead() 161 priv->RfReg0Value[eRFPath] |= 0x140; in rtl8192_phy_RFSerialRead() 165 priv->RfReg0Value[eRFPath]<<16); in rtl8192_phy_RFSerialRead() 169 priv->RfReg0Value[eRFPath] |= 0x100; in rtl8192_phy_RFSerialRead() [all …]
|
D | r819xU_phy.h | 60 extern u8 rtl8192_phy_CheckIsLegalRFPath(struct net_device *dev, u32 eRFPath); 66 RF90_RADIO_PATH_E eRFPath, u32 reg_addr, u32 bitmask, u32 data); 68 RF90_RADIO_PATH_E eRFPath, u32 reg_addr, u32 bitmask); 72 HW90_BLOCK_E CheckBlock, RF90_RADIO_PATH_E eRFPath); 79 RF90_RADIO_PATH_E eRFPath);
|
D | r8192U_core.c | 2769 for (eRFPath = 0; eRFPath < pHalData->NumTotalRFPath; eRFPath++) in rtl8192_adapter_start() 2770 PHY_SetRFReg(Adapter, (RF90_RADIO_PATH_E)eRFPath, 0x4, 0xC00, 0x0); in rtl8192_adapter_start() 2783 for (eRFPath = 0; eRFPath < pHalData->NumTotalRFPath; eRFPath++) in rtl8192_adapter_start() 2784 PHY_SetRFReg(Adapter, (RF90_RADIO_PATH_E)eRFPath, 0x4, 0xC00, 0x0); in rtl8192_adapter_start()
|
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | r8190P_rtl8256.c | 28 u8 eRFPath; in PHY_SetRF8256Bandwidth() local 31 for (eRFPath = 0; eRFPath < priv->NumTotalRFPath; eRFPath++) { in PHY_SetRF8256Bandwidth() 32 if (!rtl8192_phy_CheckIsLegalRFPath(dev, eRFPath)) in PHY_SetRF8256Bandwidth() 40 (enum rf90_radio_path)eRFPath, in PHY_SetRF8256Bandwidth() 43 (enum rf90_radio_path)eRFPath, in PHY_SetRF8256Bandwidth() 46 (enum rf90_radio_path)eRFPath, in PHY_SetRF8256Bandwidth() 59 (enum rf90_radio_path)eRFPath, in PHY_SetRF8256Bandwidth() 62 (enum rf90_radio_path)eRFPath, in PHY_SetRF8256Bandwidth() 65 (enum rf90_radio_path)eRFPath, in PHY_SetRF8256Bandwidth() 96 u8 eRFPath; in phy_RF8256_Config_ParaFile() local [all …]
|
D | r8192E_phy.c | 50 enum rf90_radio_path eRFPath, 53 enum rf90_radio_path eRFPath, 67 u8 rtl8192_phy_CheckIsLegalRFPath(struct net_device *dev, u32 eRFPath) in rtl8192_phy_CheckIsLegalRFPath() argument 75 if (eRFPath == RF90_PATH_A || eRFPath == RF90_PATH_B) in rtl8192_phy_CheckIsLegalRFPath() 77 else if (eRFPath == RF90_PATH_C || eRFPath == RF90_PATH_D) in rtl8192_phy_CheckIsLegalRFPath() 110 enum rf90_radio_path eRFPath, u32 Offset) in rtl8192_phy_RFSerialRead() argument 115 struct bb_reg_definition *pPhyReg = &priv->PHYRegDef[eRFPath]; in rtl8192_phy_RFSerialRead() 122 priv->RfReg0Value[eRFPath] |= 0x140; in rtl8192_phy_RFSerialRead() 125 (priv->RfReg0Value[eRFPath]<<16)); in rtl8192_phy_RFSerialRead() 128 priv->RfReg0Value[eRFPath] |= 0x100; in rtl8192_phy_RFSerialRead() [all …]
|
D | r8192E_phy.h | 77 u32 eRFPath); 83 enum rf90_radio_path eRFPath, 86 enum rf90_radio_path eRFPath, 92 enum rf90_radio_path eRFPath); 99 enum rf90_radio_path eRFPath);
|
/linux-4.1.27/drivers/staging/rtl8723au/hal/ |
D | odm_interface.c | 28 enum RF_RADIO_PATH eRFPath, in ODM_SetRFReg() argument 36 PHY_SetRFReg(Adapter, eRFPath, RegAddr, BitMask, Data); in ODM_SetRFReg() 41 enum RF_RADIO_PATH eRFPath, in ODM_GetRFReg() argument 48 return PHY_QueryRFReg(Adapter, eRFPath, RegAddr, BitMask); in ODM_GetRFReg()
|
D | rtl8723a_phycfg.c | 160 phy_RFSerialRead(struct rtw_adapter *Adapter, enum RF_RADIO_PATH eRFPath, in phy_RFSerialRead() argument 165 struct bb_reg_define *pPhyReg = &pHalData->PHYRegDef[eRFPath]; in phy_RFSerialRead() 191 if (eRFPath == RF_PATH_A) in phy_RFSerialRead() 210 if (eRFPath == RF_PATH_A) in phy_RFSerialRead() 214 else if (eRFPath == RF_PATH_B) in phy_RFSerialRead() 280 phy_RFSerialWrite(struct rtw_adapter *Adapter, enum RF_RADIO_PATH eRFPath, in phy_RFSerialWrite() argument 285 struct bb_reg_define *pPhyReg = &pHalData->PHYRegDef[eRFPath]; in phy_RFSerialWrite() 341 PHY_QueryRFReg(struct rtw_adapter *Adapter, enum RF_RADIO_PATH eRFPath, in PHY_QueryRFReg() argument 349 Original_Value = phy_RFSerialRead(Adapter, eRFPath, RegAddr); in PHY_QueryRFReg() 378 PHY_SetRFReg(struct rtw_adapter *Adapter, enum RF_RADIO_PATH eRFPath, in PHY_SetRFReg() argument [all …]
|
D | rtl8723a_rf6052.c | 430 u8 eRFPath; in phy_RF6052_Config_ParaFile() local 438 for (eRFPath = 0; eRFPath < pHalData->NumTotalRFPath; eRFPath++) { in phy_RF6052_Config_ParaFile() 440 pPhyReg = &pHalData->PHYRegDef[eRFPath]; in phy_RF6052_Config_ParaFile() 443 switch (eRFPath) { in phy_RF6052_Config_ParaFile() 472 switch (eRFPath) { in phy_RF6052_Config_ParaFile() 481 switch (eRFPath) { in phy_RF6052_Config_ParaFile()
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
D | odm_interface.h | 57 void ODM_SetRFReg(struct dm_odm_t *pDM_Odm, enum RF_RADIO_PATH eRFPath, 59 u32 ODM_GetRFReg(struct dm_odm_t *pDM_Odm, enum RF_RADIO_PATH eRFPath,
|
D | Hal8723APhyCfg.h | 115 enum RF_RADIO_PATH eRFPath, u32 RegAddr, 118 enum RF_RADIO_PATH eRFPath, u32 RegAddr,
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | hal_intf.h | 217 enum rf_radio_path eRFPath, u32 RegAddr, 220 enum rf_radio_path eRFPath, u32 RegAddr, 301 u32 rtw_hal_read_rfreg(struct adapter *padapter, enum rf_radio_path eRFPath, 304 enum rf_radio_path eRFPath, u32 RegAddr,
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192cu/ |
D | hw.c | 1069 u8 eRFPath = 0, value8 = 0; in _DisableRFAFEAndResetBB() local 1071 rtl_set_rfreg(hw, (enum radio_path)eRFPath, 0x0, MASKBYTE0, 0x0); in _DisableRFAFEAndResetBB()
|