Home
last modified time | relevance | path

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

/src/sys/contrib/dev/rtw89/
H A Dcore.h892 RF_D = BIT(3), enumerator
896 RF_AD = (RF_A | RF_D),
898 RF_BD = (RF_B | RF_D),
899 RF_CD = (RF_C | RF_D),
902 RF_ABD = (RF_A | RF_B | RF_D),
903 RF_ACD = (RF_A | RF_C | RF_D),
904 RF_BCD = (RF_B | RF_C | RF_D),
906 RF_ABCD = (RF_A | RF_B | RF_C | RF_D),
H A Dphy.c7964 return RF_D; in rtw89_phy_get_kpath()