Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8192u/
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()
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 …]
/Linux-v5.10/drivers/staging/rtl8192e/rtl8192e/
Dr8190P_rtl8256.c15 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()
57 u8 eRFPath; in rtl92e_config_rf() local
[all …]
Dr8192E_phy.c38 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 …]
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-v5.10/drivers/staging/rtl8723bs/hal/
Drtl8723b_rf6052.c86 u8 eRFPath; in phy_RF6052_Config_ParaFile() local
94 for (eRFPath = 0; eRFPath < pHalData->NumTotalRFPath; eRFPath++) { in phy_RF6052_Config_ParaFile()
96 pPhyReg = &pHalData->PHYRegDef[eRFPath]; in phy_RF6052_Config_ParaFile()
99 switch (eRFPath) { in phy_RF6052_Config_ParaFile()
126 switch (eRFPath) { in phy_RF6052_Config_ParaFile()
130 CONFIG_RF_RADIO, eRFPath); in phy_RF6052_Config_ParaFile()
138 switch (eRFPath) { in phy_RF6052_Config_ParaFile()
Drtl8723b_phycfg.c127 struct adapter *Adapter, enum RF_PATH eRFPath, u32 Offset in phy_RFSerialRead_8723B() argument
132 struct bb_register_def *pPhyReg = &pHalData->PHYRegDef[eRFPath]; in phy_RFSerialRead_8723B()
146 if (eRFPath == RF_PATH_A) { in phy_RFSerialRead_8723B()
166 if (eRFPath == RF_PATH_A) in phy_RFSerialRead_8723B()
168 else if (eRFPath == RF_PATH_B) in phy_RFSerialRead_8723B()
231 enum RF_PATH eRFPath, in phy_RFSerialWrite_8723B() argument
238 struct bb_register_def *pPhyReg = &pHalData->PHYRegDef[eRFPath]; in phy_RFSerialWrite_8723B()
281 u8 eRFPath, in PHY_QueryRFReg_8723B() argument
292 Original_Value = phy_RFSerialRead_8723B(Adapter, eRFPath, RegAddr); in PHY_QueryRFReg_8723B()
318 u8 eRFPath, in PHY_SetRFReg_8723B() argument
[all …]
Dhal_intf.c329 u32 rtw_hal_read_rfreg(struct adapter *padapter, u32 eRFPath, u32 RegAddr, u32 BitMask) in rtw_hal_read_rfreg() argument
333 data = padapter->HalFunc.read_rfreg(padapter, eRFPath, RegAddr, BitMask); in rtw_hal_read_rfreg()
336 void rtw_hal_write_rfreg(struct adapter *padapter, u32 eRFPath, u32 RegAddr, u32 BitMask, u32 Data) in rtw_hal_write_rfreg() argument
339 padapter->HalFunc.write_rfreg(padapter, eRFPath, RegAddr, BitMask, Data); in rtw_hal_write_rfreg()
Dodm_HWConfig.h136 ODM_RF_RADIO_PATH_E eRFPath
DHalBtcOutSrc.h394 void *pBtcContext, u8 eRFPath, u32 RegAddr, u32 BitMask, u32 Data
397 void *pBtcContext, u8 eRFPath, u32 RegAddr, u32 BitMask
Dhal_btcoex.c795 static void halbtcoutsrc_SetRfReg(void *pBtcContext, u8 eRFPath, u32 RegAddr, u32 BitMask, u32 Data) in halbtcoutsrc_SetRfReg() argument
804 PHY_SetRFReg(padapter, eRFPath, RegAddr, BitMask, Data); in halbtcoutsrc_SetRfReg()
807 static u32 halbtcoutsrc_GetRfReg(void *pBtcContext, u8 eRFPath, u32 RegAddr, u32 BitMask) in halbtcoutsrc_GetRfReg() argument
816 return PHY_QueryRFReg(padapter, eRFPath, RegAddr, BitMask); in halbtcoutsrc_GetRfReg()
Dodm_HWConfig.c436 ODM_RF_RADIO_PATH_E eRFPath in ODM_ConfigRFWithHeaderFile() argument
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Dhal_intf.h246 u32 (*read_rfreg)(struct adapter *padapter, u8 eRFPath, u32 RegAddr, u32 BitMask);
247 void (*write_rfreg)(struct adapter *padapter, u8 eRFPath, u32 RegAddr, u32 BitMask, u32 Data);
369 u32 rtw_hal_read_rfreg(struct adapter *padapter, u32 eRFPath, u32 RegAddr, u32 BitMask);
370 void rtw_hal_write_rfreg(struct adapter *padapter, u32 eRFPath, u32 RegAddr, u32 BitMask, u32 Data);
374 #define PHY_QueryRFReg(Adapter, eRFPath, RegAddr, BitMask) rtw_hal_read_rfreg((Adapter), (eRFPath),… argument
375 #define PHY_SetRFReg(Adapter, eRFPath, RegAddr, BitMask, Data) rtw_hal_write_rfreg((Adapter), (eRFP… argument
Dhal_phy_cfg.h33 u32 PHY_QueryRFReg_8723B(struct adapter *Adapter, u8 eRFPath,
36 void PHY_SetRFReg_8723B(struct adapter *Adapter, u8 eRFPath,
/Linux-v5.10/drivers/staging/rtl8188eu/include/
Dhal_intf.h204 u32 rtw_hal_read_rfreg(struct adapter *padapter, enum rf_radio_path eRFPath,