Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/realtek/rtw88/
Dwow.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()
Dreg.h459 #define BIT_WKFMCAM_VALID BIT(31) macro