Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/dev/rtw88/
HDwow.c97 wdata |= BIT_WKFMCAM_BC | BIT_WKFMCAM_VALID; in rtw_wow_pattern_write_cam_ent()
100 wdata |= BIT_WKFMCAM_MC | BIT_WKFMCAM_VALID; in rtw_wow_pattern_write_cam_ent()
103 wdata |= BIT_WKFMCAM_UC | BIT_WKFMCAM_VALID; in rtw_wow_pattern_write_cam_ent()
HDreg.h553 #define BIT_WKFMCAM_VALID BIT(31) macro