Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.h931 RF_D = BIT(3), enumerator
935 RF_AD = (RF_A | RF_D),
937 RF_BD = (RF_B | RF_D),
938 RF_CD = (RF_C | RF_D),
941 RF_ABD = (RF_A | RF_B | RF_D),
942 RF_ACD = (RF_A | RF_C | RF_D),
943 RF_BCD = (RF_B | RF_C | RF_D),
945 RF_ABCD = (RF_A | RF_B | RF_C | RF_D),
H A Dphy.c8882 return RF_D; in rtw89_phy_get_kpath()