Searched refs:eRFPath (Results 1 - 8 of 8) sorted by relevance

/drivers/staging/rtl8192u/
H A Dr8190_rtl8256.c28 u8 eRFPath; local
31 //for(eRFPath = RF90_PATH_A; eRFPath <pHalData->NumTotalRFPath; eRFPath++)
32 for(eRFPath = 0; eRFPath <RF90_PATH_MAX; eRFPath++)
34 if (!rtl8192_phy_CheckIsLegalRFPath(dev, eRFPath))
42 rtl8192_phy_SetRFReg(dev, (RF90_RADIO_PATH_E)eRFPath, 0x0b, bMask12Bits, 0x100); //phy para:1ba
43 rtl8192_phy_SetRFReg(dev, (RF90_RADIO_PATH_E)eRFPath,
114 u8 eRFPath; local
[all...]
H A Dr819xU_phy.c61 u8 rtl8192_phy_CheckIsLegalRFPath(struct net_device* dev, u32 eRFPath) argument
69 if (eRFPath == RF90_PATH_A || eRFPath == RF90_PATH_B)
71 else if (eRFPath == RF90_PATH_C || eRFPath == RF90_PATH_D)
120 static u32 phy_FwRFSerialRead( struct net_device* dev, RF90_RADIO_PATH_E eRFPath, u32 Offset );
122 static void phy_FwRFSerialWrite( struct net_device* dev, RF90_RADIO_PATH_E eRFPath, u32 Offset, u32 Data);
127 * RF90_RADIO_PATH_E eRFPath //radio path of A/B/C/D
133 u32 rtl8192_phy_RFSerialRead(struct net_device* dev, RF90_RADIO_PATH_E eRFPath, u32 Offset) argument
138 BB_REGISTER_DEFINITION_T* pPhyReg = &priv->PHYRegDef[eRFPath];
221 rtl8192_phy_RFSerialWrite(struct net_device* dev, RF90_RADIO_PATH_E eRFPath, u32 Offset, u32 Data) argument
294 rtl8192_phy_SetRFReg(struct net_device* dev, RF90_RADIO_PATH_E eRFPath, u32 RegAddr, u32 BitMask, u32 Data) argument
342 rtl8192_phy_QueryRFReg(struct net_device* dev, RF90_RADIO_PATH_E eRFPath, u32 RegAddr, u32 BitMask) argument
374 phy_FwRFSerialRead( struct net_device* dev, RF90_RADIO_PATH_E eRFPath, u32 Offset ) argument
436 phy_FwRFSerialWrite( struct net_device* dev, RF90_RADIO_PATH_E eRFPath, u32 Offset, u32 Data ) argument
693 rtl8192_phy_checkBBAndRF(struct net_device* dev, HW90_BLOCK_E CheckBlock, RF90_RADIO_PATH_E eRFPath) argument
952 rtl8192_phy_ConfigRFWithHeaderFile(struct net_device* dev, RF90_RADIO_PATH_E eRFPath) argument
1252 u8 eRFPath; local
1448 u8 eRFPath; local
[all...]
H A Dr819xU_phy.h61 extern u8 rtl8192_phy_CheckIsLegalRFPath(struct net_device* dev, u32 eRFPath);
64 //extern u32 rtl8192_phy_RFSerialRead(struct net_device* dev, RF90_RADIO_PATH_E eRFPath, u32 Offset);
65 //extern void rtl8192_phy_RFSerialWrite(struct net_device* dev, RF90_RADIO_PATH_E eRFPath, u32 Offset, u32 Data);
66 extern void rtl8192_phy_SetRFReg(struct net_device* dev, RF90_RADIO_PATH_E eRFPath, u32 RegAddr, u32 BitMask, u32 Data);
67 extern u32 rtl8192_phy_QueryRFReg(struct net_device* dev, RF90_RADIO_PATH_E eRFPath, u32 RegAddr, u32 BitMask);
71 extern u8 rtl8192_phy_checkBBAndRF(struct net_device* dev, HW90_BLOCK_E CheckBlock, RF90_RADIO_PATH_E eRFPath);
78 extern u8 rtl8192_phy_ConfigRFWithHeaderFile(struct net_device* dev, RF90_RADIO_PATH_E eRFPath);
H A Dr8192U_core.c3441 for(eRFPath = 0; eRFPath <pHalData->NumTotalRFPath; eRFPath++)
3442 PHY_SetRFReg(Adapter, (RF90_RADIO_PATH_E)eRFPath, 0x4, 0xC00, 0x0);
3462 for(eRFPath = 0; eRFPath <pHalData->NumTotalRFPath; eRFPath++)
3463 PHY_SetRFReg(Adapter, (RF90_RADIO_PATH_E)eRFPath, 0x4, 0xC00, 0x0);
/drivers/staging/rtl8192e/rtl8192e/
H A Dr8190P_rtl8256.c28 u8 eRFPath; local
31 for (eRFPath = 0; eRFPath < priv->NumTotalRFPath; eRFPath++) {
32 if (!rtl8192_phy_CheckIsLegalRFPath(dev, eRFPath))
40 (enum rf90_radio_path)eRFPath,
43 (enum rf90_radio_path)eRFPath,
46 (enum rf90_radio_path)eRFPath,
59 (enum rf90_radio_path)eRFPath,
62 (enum rf90_radio_path)eRFPath,
98 u8 eRFPath; local
[all...]
H A Dr8192E_phy.h77 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);
H A Dr8192E_phy.c50 enum rf90_radio_path eRFPath,
53 enum rf90_radio_path eRFPath,
66 u8 rtl8192_phy_CheckIsLegalRFPath(struct net_device *dev, u32 eRFPath) argument
73 if (eRFPath == RF90_PATH_A || eRFPath == RF90_PATH_B)
75 else if (eRFPath == RF90_PATH_C || eRFPath == RF90_PATH_D)
109 enum rf90_radio_path eRFPath, u32 Offset)
114 struct bb_reg_definition *pPhyReg = &priv->PHYRegDef[eRFPath];
120 priv->RfReg0Value[eRFPath] |
108 rtl8192_phy_RFSerialRead(struct net_device *dev, enum rf90_radio_path eRFPath, u32 Offset) argument
164 rtl8192_phy_RFSerialWrite(struct net_device *dev, enum rf90_radio_path eRFPath, u32 Offset, u32 Data) argument
218 rtl8192_phy_SetRFReg(struct net_device *dev, enum rf90_radio_path eRFPath, u32 RegAddr, u32 BitMask, u32 Data) argument
259 rtl8192_phy_QueryRFReg(struct net_device *dev, enum rf90_radio_path eRFPath, u32 RegAddr, u32 BitMask) argument
282 phy_FwRFSerialRead(struct net_device *dev, enum rf90_radio_path eRFPath, u32 Offset) argument
310 phy_FwRFSerialWrite(struct net_device *dev, enum rf90_radio_path eRFPath, u32 Offset, u32 Data) argument
494 rtl8192_phy_checkBBAndRF(struct net_device *dev, enum hw90_block CheckBlock, enum rf90_radio_path eRFPath) argument
727 rtl8192_phy_ConfigRFWithHeaderFile(struct net_device *dev, enum rf90_radio_path eRFPath) argument
856 u8 eRFPath; local
[all...]
/drivers/net/wireless/rtlwifi/rtl8192cu/
H A Dhw.c1050 u8 eRFPath = 0, value8 = 0; local
1052 rtl_set_rfreg(hw, (enum radio_path)eRFPath, 0x0, MASKBYTE0, 0x0);

Completed in 148 milliseconds