Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/
H A Dwow.c69 wdata |= BIT_WKFMCAM_BC | BIT_WKFMCAM_VALID; in rtw_wow_pattern_write_cam_ent()
72 wdata |= BIT_WKFMCAM_MC | BIT_WKFMCAM_VALID; in rtw_wow_pattern_write_cam_ent()
75 wdata |= BIT_WKFMCAM_UC | BIT_WKFMCAM_VALID; in rtw_wow_pattern_write_cam_ent()
H A Dreg.h449 #define BIT_WKFMCAM_VALID BIT(31) macro