Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_power.c1028 uint32_t wow_feature_enable = in ar9300_wow_enable() local
1237 wow_feature_enable |= AR_WOW_OFFLOAD_ENA_BT_SLEEP; in ar9300_wow_enable()
1240 wow_feature_enable &= ~AR_WOW_OFFLOAD_ENA_BT_SLEEP; in ar9300_wow_enable()
1246 wow_feature_enable &= ~AR_WOW_OFFLOAD_ENA_SW_NULL; in ar9300_wow_enable()
1249 wow_feature_enable |= AR_WOW_OFFLOAD_ENA_SW_NULL; in ar9300_wow_enable()
1254 wow_feature_enable &= ~AR_WOW_OFFLOAD_ENA_DEVID_SWAR; in ar9300_wow_enable()
1257 wow_feature_enable |= AR_WOW_OFFLOAD_ENA_DEVID_SWAR; in ar9300_wow_enable()
1262 wow_feature_enable |= AR_WOW_OFFLOAD_ENA_SWKA; in ar9300_wow_enable()
1265 wow_feature_enable &= ~AR_WOW_OFFLOAD_ENA_SWKA; in ar9300_wow_enable()
1270 wow_feature_enable &= ~AR_WOW_OFFLOAD_ENA_STD_MAGIC; in ar9300_wow_enable()
[all …]