Home
last modified time | relevance | path

Searched refs:pathmap (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dphy.c1014 u8 pathmap, index, rf_num = 0; in rtl92s_phy_bb_config() local
1028 pathmap = path1 | path2; in rtl92s_phy_bb_config()
1030 rtlphy->rf_pathmap = pathmap; in rtl92s_phy_bb_config()
1032 if ((pathmap >> index) & 0x1) in rtl92s_phy_bb_config()
1042 pr_err("path1 0x%x, path2 0x%x, pathmap 0x%x\n", in rtl92s_phy_bb_config()
1043 path1, path2, pathmap); in rtl92s_phy_bb_config()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dphy.c1011 u8 pathmap, index, rf_num = 0; in rtl92s_phy_bb_config() local
1025 pathmap = path1 | path2; in rtl92s_phy_bb_config()
1027 rtlphy->rf_pathmap = pathmap; in rtl92s_phy_bb_config()
1029 if ((pathmap >> index) & 0x1) in rtl92s_phy_bb_config()
1039 pr_err("path1 0x%x, path2 0x%x, pathmap 0x%x\n", in rtl92s_phy_bb_config()
1040 path1, path2, pathmap); in rtl92s_phy_bb_config()

Completed in 5 milliseconds