Searched refs:RF_D (Results 1 – 2 of 2) sorted by relevance
915 RF_D = BIT(3), enumerator919 RF_AD = (RF_A | RF_D),921 RF_BD = (RF_B | RF_D),922 RF_CD = (RF_C | RF_D),925 RF_ABD = (RF_A | RF_B | RF_D),926 RF_ACD = (RF_A | RF_C | RF_D),927 RF_BCD = (RF_B | RF_C | RF_D),929 RF_ABCD = (RF_A | RF_B | RF_C | RF_D),
8288 return RF_D; in rtw89_phy_get_kpath()