Home
last modified time | relevance | path

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

/drivers/staging/wlags49_h2/
Dhcfcfg.h290 #define HCF_EXT_INT_TICK 0x8000 // enables TimerTick interrupt generation macro
343 #define HCF_EXT ( HCF_EXT_MB | HCF_EXT_INFO_LOG | HCF_EXT_INT_TICK )//get deepsleep exercise going
733 HCF_EXT_NIC_ACCESS | HCF_EXT_MB | HCF_EXT_INT_TICK | \
766 #if (HCF_SLEEP) && ! ( (HCF_EXT) & HCF_EXT_INT_TICK )
Dhcfdef.h244 #define HREG_EV_TX_EXT ( (HCF_EXT) & (HCF_EXT_INT_TX_EX | HCF_EXT_INT_TICK ) )
251 #if HCF_EXT_INT_TICK != HREG_EV_TICK
Dhcf.h300 #if (HCF_EXT) & HCF_EXT_INT_TICK
Dhcf.c2968 #if (HCF_EXT) & HCF_EXT_INT_TICK in hcf_service_nic()