Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8192e/rtl8192e/
A Dr8190P_rtl8256.c15 u8 eRFPath; in rtl92e_set_bandwidth() local
24 for (eRFPath = 0; eRFPath < priv->num_total_rf_path; eRFPath++) { in rtl92e_set_bandwidth()
53 u8 eRFPath; in rtl92e_config_rf() local
66 eRFPath < priv->num_total_rf_path; eRFPath++) { in rtl92e_config_rf()
69 switch (eRFPath) { in rtl92e_config_rf()
93 (enum rf90_radio_path)eRFPath); in rtl92e_config_rf()
96 __func__, eRFPath); in rtl92e_config_rf()
105 (enum rf90_radio_path)eRFPath); in rtl92e_config_rf()
107 (enum rf90_radio_path)eRFPath, in rtl92e_config_rf()
113 switch (eRFPath) { in rtl92e_config_rf()
[all …]
A Dr8192E_phy.c69 priv->rf_reg_0value[eRFPath] |= 0x140; in _rtl92e_phy_rf_read()
75 priv->rf_reg_0value[eRFPath] |= 0x100; in _rtl92e_phy_rf_read()
94 priv->rf_reg_0value[eRFPath] &= 0xebf; in _rtl92e_phy_rf_read()
138 priv->rf_reg_0value[eRFPath] = Data; in _rtl92e_phy_rf_write()
213 Data |= ((eRFPath & 0x3) << 20); in _rtl92e_phy_rf_fw_read()
238 Data |= ((eRFPath & 0x3) << 20); in _rtl92e_phy_rf_fw_write()
324 enum rf90_radio_path eRFPath) in rtl92e_check_bb_and_rf() argument
353 rtl92e_set_rf_reg(dev, eRFPath, in rtl92e_check_bb_and_rf()
469 switch (eRFPath) { in rtl92e_config_rf_path()
544 u8 eRFPath; in _rtl92e_phy_switch_channel_step() local
[all …]
A Dr8192E_phy.h29 void rtl92e_set_rf_reg(struct net_device *dev, enum rf90_radio_path eRFPath,
31 u32 rtl92e_get_rf_reg(struct net_device *dev, enum rf90_radio_path eRFPath,
36 enum rf90_radio_path eRFPath);
40 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.c92 struct adapter *Adapter, enum rf_path eRFPath, u32 Offset in phy_RFSerialRead_8723B() argument
97 struct bb_register_def *pPhyReg = &pHalData->PHYRegDef[eRFPath]; in phy_RFSerialRead_8723B()
111 if (eRFPath == RF_PATH_A) { in phy_RFSerialRead_8723B()
131 if (eRFPath == RF_PATH_A) in phy_RFSerialRead_8723B()
133 else if (eRFPath == RF_PATH_B) in phy_RFSerialRead_8723B()
186 enum rf_path eRFPath, in phy_RFSerialWrite_8723B() argument
193 struct bb_register_def *pPhyReg = &pHalData->PHYRegDef[eRFPath]; in phy_RFSerialWrite_8723B()
229 u8 eRFPath, in PHY_QueryRFReg_8723B() argument
236 Original_Value = phy_RFSerialRead_8723B(Adapter, eRFPath, RegAddr); in PHY_QueryRFReg_8723B()
257 u8 eRFPath, in PHY_SetRFReg_8723B() argument
[all …]
A Dhal_intf.c308 u32 rtw_hal_read_rfreg(struct adapter *padapter, u32 eRFPath, u32 RegAddr, u32 BitMask) in rtw_hal_read_rfreg() argument
313 data = padapter->HalFunc.read_rfreg(padapter, eRFPath, RegAddr, BitMask); in rtw_hal_read_rfreg()
316 void rtw_hal_write_rfreg(struct adapter *padapter, u32 eRFPath, u32 RegAddr, u32 BitMask, u32 Data) in rtw_hal_write_rfreg() argument
319 padapter->HalFunc.write_rfreg(padapter, eRFPath, RegAddr, BitMask, Data); in rtw_hal_write_rfreg()
A Dodm_HWConfig.h70 enum rf_path eRFPath
A DHalBtcOutSrc.h267 void *pBtcContext, u8 eRFPath, u32 RegAddr, u32 BitMask, u32 Data
270 void *pBtcContext, u8 eRFPath, u32 RegAddr, u32 BitMask
A Dhal_btcoex.c702 static void halbtcoutsrc_SetRfReg(void *pBtcContext, u8 eRFPath, u32 RegAddr, u32 BitMask, u32 Data) in halbtcoutsrc_SetRfReg() argument
711 PHY_SetRFReg(padapter, eRFPath, RegAddr, BitMask, Data); in halbtcoutsrc_SetRfReg()
714 static u32 halbtcoutsrc_GetRfReg(void *pBtcContext, u8 eRFPath, u32 RegAddr, u32 BitMask) in halbtcoutsrc_GetRfReg() argument
723 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/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);
330 u32 rtw_hal_read_rfreg(struct adapter *padapter, u32 eRFPath, u32 RegAddr, u32 BitMask);
331 void rtw_hal_write_rfreg(struct adapter *padapter, u32 eRFPath, u32 RegAddr, u32 BitMask, u32 Data);
335 #define PHY_QueryRFReg(Adapter, eRFPath, RegAddr, BitMask) rtw_hal_read_rfreg((Adapter), (eRFPath),… argument
336 #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,

Completed in 29 milliseconds