Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Dar9003_wow.c155 ah->wow_event_mask |= BIT(pattern_count + AR_WOW_PAT_FOUND_SHIFT); in ath9k_hw_wow_apply_pattern()
192 val &= ah->wow_event_mask; in ath9k_hw_wow_wakeup()
236 ah->wow_event_mask = 0; in ath9k_hw_wow_wakeup()
244 u32 wow_event_mask; in ath9k_hw_wow_enable() local
253 wow_event_mask = ah->wow_event_mask; in ath9k_hw_wow_enable()
343 wow_event_mask |= AR_WOW_KEEP_ALIVE_FAIL; in ath9k_hw_wow_enable()
362 wow_event_mask |= AR_WOW_BEACON_FAIL; in ath9k_hw_wow_enable()
376 wow_event_mask |= AR_WOW_MAGIC_PAT_FOUND; in ath9k_hw_wow_enable()
420 ah->wow_event_mask = wow_event_mask; in ath9k_hw_wow_enable()
Dhw.h922 u32 wow_event_mask; member