Home
last modified time | relevance | path

Searched refs:e_rfpath (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/staging/rtl8192u/
H A Dr819xU_phy.c49 if (e_rfpath == RF90_PATH_A || e_rfpath == RF90_PATH_B) in rtl8192_phy_CheckIsLegalRFPath()
51 else if (e_rfpath == RF90_PATH_C || e_rfpath == RF90_PATH_D) in rtl8192_phy_CheckIsLegalRFPath()
107 enum rf90_radio_path_e e_rfpath,
248 priv->RfReg0Value[e_rfpath] = data; in rtl8192_phy_RFSerialWrite()
273 enum rf90_radio_path_e e_rfpath, in rtl8192_phy_SetRFReg() argument
368 data |= ((e_rfpath&0x3)<<20); in phy_FwRFSerialRead()
416 enum rf90_radio_path_e e_rfpath, in phy_FwRFSerialWrite() argument
432 data |= ((e_rfpath&0x3)<<20); in phy_FwRFSerialWrite()
956 switch (e_rfpath) { in rtl8192_phy_ConfigRFWithHeaderFile()
1108 u8 e_rfpath; in rtl8192_phy_SwChnlStepByStep() local
[all …]
H A Dr819xU_phy.h49 u8 rtl8192_phy_CheckIsLegalRFPath(struct net_device *dev, u32 e_rfpath);
54 enum rf90_radio_path_e e_rfpath,
57 enum rf90_radio_path_e e_rfpath,
62 enum rf90_radio_path_e e_rfpath);
69 enum rf90_radio_path_e e_rfpath);