Home
last modified time | relevance | path

Searched refs:RTW89_R32_DEAD (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/sys/contrib/dev/rtw89/
HDmac.h559 #define RTW89_R32_DEAD 0xDEADBEEF macro
HDpci.c1833 if (val != RTW89_R32_DEAD) in rtw89_pci_ops_read32_cmac()
1837 return RTW89_R32_DEAD; in rtw89_pci_ops_read32_cmac()
HDcore.c5025 if (rtw89_read32(rtwdev, R_AX_GPIO0_7_FUNC_SEL) == RTW89_R32_DEAD) in rtw89_read_chip_ver()
HDmac.c77 if (r_val == RTW89_R32_EA || r_val == RTW89_R32_DEAD || in rtw89_mac_check_mac_en_ax()