Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
Dar6320def.c55 #ifndef RTC_STATE_V_ON
56 #define RTC_STATE_V_ON 3 macro
/wlan-driver/qca-wifi-host-cmn/hif/inc/
Dhost_reg_init.h40 #define RTC_STATE_V_ON 0 macro
110 .d_RTC_STATE_V_ON = RTC_STATE_V_ON,
Dregtable_ipcie.h527 #define RTC_STATE_V_ON (scn->hostdef->d_RTC_STATE_V_ON) macro
Dregtable_pcie.h530 #define RTC_STATE_V_ON (scn->hostdef->d_RTC_STATE_V_ON) macro
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/
Dregtable_sdio.h692 #define RTC_STATE_V_ON (scn->hostdef->d_RTC_STATE_V_ON) macro
/wlan-driver/qca-wifi-host-cmn/hif/src/usb/
Dregtable_usb.h1073 #define RTC_STATE_V_ON \ macro
/wlan-driver/qca-wifi-host-cmn/hif/src/pcie/
Dif_pci.c521 return (RTC_STATE_V_GET(val) & RTC_STATE_V_ON) == RTC_STATE_V_ON; in hif_targ_is_awake()