Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/inc/
H A Dtarget_reg_init.h93 #define SOC_RESET_CONTROL_CE_RST_MASK ATH_UNSUPPORTED_REG_OFFSET macro
291 .d_SOC_RESET_CONTROL_CE_RST_MASK = SOC_RESET_CONTROL_CE_RST_MASK,
H A Dregtable_pcie.h164 #define SOC_RESET_CONTROL_CE_RST_MASK \ macro
H A Dregtable_ipcie.h162 #define SOC_RESET_CONTROL_CE_RST_MASK \ macro
/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dar900Bdef.c81 #define SOC_RESET_CONTROL_CE_RST_MASK WIFI_RESET_CONTROL_CE_RESET_MASK macro
H A Dqca9888def.c77 #define SOC_RESET_CONTROL_CE_RST_MASK WIFI_RESET_CONTROL_CE_RESET_MASK macro
H A Dqca9984def.c78 #define SOC_RESET_CONTROL_CE_RST_MASK WIFI_RESET_CONTROL_CE_RESET_MASK macro
/wlan-driver/fw-api/fw/
H A Drtc_soc_reg.h101 #define SOC_RESET_CONTROL_CE_RST_MASK 0x00040000 macro
102 #define SOC_RESET_CONTROL_CE_RST_GET(x) (((x) & SOC_RESET_CONTROL_CE_RST_MASK) >> SOC_RESE…
103 …TROL_CE_RST_SET(x) (((x) << SOC_RESET_CONTROL_CE_RST_LSB) & SOC_RESET_CONTROL_CE_RST_MASK)
/wlan-driver/qca-wifi-host-cmn/hif/src/usb/
H A Dregtable_usb.h449 #define SOC_RESET_CONTROL_CE_RST_MASK \ macro
/wlan-driver/qca-wifi-host-cmn/hif/src/pcie/
H A Dif_pci.c676 val |= SOC_RESET_CONTROL_CE_RST_MASK; in hif_pci_device_warm_reset()
687 val &= ~SOC_RESET_CONTROL_CE_RST_MASK; in hif_pci_device_warm_reset()