Home
last modified time | relevance | path

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

/wlan-driver/platform/cnss2/
H A Dmain.c4784 uint32_t *peripheralStateInfo = NULL; in cnss_wlan_hw_disable_check() local
4793 peripheralStateInfo = qcom_smem_get(QCOM_SMEM_HOST_ANY, PERISEC_SMEM_ID, &size); in cnss_wlan_hw_disable_check()
4794 if (IS_ERR_OR_NULL(peripheralStateInfo)) { in cnss_wlan_hw_disable_check()
4795 if (PTR_ERR(peripheralStateInfo) != -ENOENT && in cnss_wlan_hw_disable_check()
4796 PTR_ERR(peripheralStateInfo) != -ENODEV) in cnss_wlan_hw_disable_check()
4800 PTR_ERR(peripheralStateInfo)); in cnss_wlan_hw_disable_check()
4805 cnss_pr_dbg("Secure HW state: %d\n", *peripheralStateInfo); in cnss_wlan_hw_disable_check()
4806 if ((*peripheralStateInfo >> (HW_WIFI_UID - 0x500)) & 0x1) in cnss_wlan_hw_disable_check()