/linux-4.4.14/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 u8 rtl8192_phy_CheckIsLegalRFPath(struct net_device *dev, u32 eRFPath); 64 void rtl8192_phy_SetRFReg(struct net_device *dev, RF90_RADIO_PATH_E eRFPath, 66 u32 rtl8192_phy_QueryRFReg(struct net_device *dev, RF90_RADIO_PATH_E eRFPath, 71 HW90_BLOCK_E CheckBlock, RF90_RADIO_PATH_E eRFPath); 78 RF90_RADIO_PATH_E eRFPath);
|
D | r8192U_core.c | 2938 for (eRFPath = 0; eRFPath < pHalData->NumTotalRFPath; eRFPath++) in rtl8192_adapter_start() 2940 (RF90_RADIO_PATH_E)eRFPath, in rtl8192_adapter_start() 2964 for (eRFPath = 0; eRFPath < pHalData->NumTotalRFPath; eRFPath++) in rtl8192_adapter_start() 2966 (RF90_RADIO_PATH_E)eRFPath, in rtl8192_adapter_start()
|
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/ |
D | r8190P_rtl8256.c | 24 u8 eRFPath; in rtl92e_set_bandwidth() local 33 for (eRFPath = 0; eRFPath < priv->NumTotalRFPath; eRFPath++) { in rtl92e_set_bandwidth() 34 if (!rtl92e_is_legal_rf_path(dev, eRFPath)) in rtl92e_set_bandwidth() 39 rtl92e_set_rf_reg(dev, (enum rf90_radio_path)eRFPath, in rtl92e_set_bandwidth() 41 rtl92e_set_rf_reg(dev, (enum rf90_radio_path)eRFPath, in rtl92e_set_bandwidth() 43 rtl92e_set_rf_reg(dev, (enum rf90_radio_path)eRFPath, in rtl92e_set_bandwidth() 47 rtl92e_set_rf_reg(dev, (enum rf90_radio_path)eRFPath, in rtl92e_set_bandwidth() 49 rtl92e_set_rf_reg(dev, (enum rf90_radio_path)eRFPath, in rtl92e_set_bandwidth() 51 rtl92e_set_rf_reg(dev, (enum rf90_radio_path)eRFPath, in rtl92e_set_bandwidth() 66 u8 eRFPath; in rtl92e_config_rf() local [all …]
|
D | r8192E_phy.c | 47 enum rf90_radio_path eRFPath, u32 Offset); 49 enum rf90_radio_path eRFPath, u32 Offset, 59 u8 rtl92e_is_legal_rf_path(struct net_device *dev, u32 eRFPath) in rtl92e_is_legal_rf_path() argument 67 if (eRFPath == RF90_PATH_A || eRFPath == RF90_PATH_B) in rtl92e_is_legal_rf_path() 69 else if (eRFPath == RF90_PATH_C || eRFPath == RF90_PATH_D) in rtl92e_is_legal_rf_path() 103 enum rf90_radio_path eRFPath, u32 Offset) in _rtl92e_phy_rf_read() argument 108 struct bb_reg_definition *pPhyReg = &priv->PHYRegDef[eRFPath]; in _rtl92e_phy_rf_read() 115 priv->RfReg0Value[eRFPath] |= 0x140; in _rtl92e_phy_rf_read() 118 (priv->RfReg0Value[eRFPath]<<16)); in _rtl92e_phy_rf_read() 121 priv->RfReg0Value[eRFPath] |= 0x100; in _rtl92e_phy_rf_read() [all …]
|
D | r8192E_phy.h | 66 u8 rtl92e_is_legal_rf_path(struct net_device *dev, u32 eRFPath); 70 void rtl92e_set_rf_reg(struct net_device *dev, enum rf90_radio_path eRFPath, 72 u32 rtl92e_get_rf_reg(struct net_device *dev, enum rf90_radio_path eRFPath, 77 enum rf90_radio_path eRFPath); 82 u8 rtl92e_config_rf_path(struct net_device *dev, enum rf90_radio_path eRFPath);
|
/linux-4.4.14/drivers/staging/rtl8723au/hal/ |
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 | 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_rf6052.c | 418 u8 eRFPath; in phy_RF6052_Config_ParaFile() local 426 for (eRFPath = 0; eRFPath < pHalData->NumTotalRFPath; eRFPath++) { in phy_RF6052_Config_ParaFile() 428 pPhyReg = &pHalData->PHYRegDef[eRFPath]; in phy_RF6052_Config_ParaFile() 431 switch (eRFPath) { in phy_RF6052_Config_ParaFile() 460 switch (eRFPath) { in phy_RF6052_Config_ParaFile() 469 switch (eRFPath) { in phy_RF6052_Config_ParaFile()
|
/linux-4.4.14/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.4.14/drivers/staging/rtl8188eu/include/ |
D | hal_intf.h | 212 enum rf_radio_path eRFPath, u32 RegAddr, 288 u32 rtw_hal_read_rfreg(struct adapter *padapter, enum rf_radio_path eRFPath,
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
D | hw.c | 1079 u8 eRFPath = 0, value8 = 0; in _DisableRFAFEAndResetBB() local 1081 rtl_set_rfreg(hw, (enum radio_path)eRFPath, 0x0, MASKBYTE0, 0x0); in _DisableRFAFEAndResetBB()
|