Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/xilinx/zynqmp/pm_service/
Dpm_client.c180 uint8_t pm_wakeup_nodes_set[NODE_MAX] = { 0 }; in pm_client_set_wakeup_sources() local
197 zeromem(&pm_wakeup_nodes_set, sizeof(pm_wakeup_nodes_set)); in pm_client_set_wakeup_sources()
222 if (pm_wakeup_nodes_set[node] == 0U) { in pm_client_set_wakeup_sources()
224 pm_wakeup_nodes_set[node] = (ret == PM_RET_SUCCESS) ? 1U : 0U; in pm_client_set_wakeup_sources()
/trusted-firmware-a-latest/plat/xilinx/common/pm_service/
Dpm_api_sys.c52 uint8_t pm_wakeup_nodes_set[XPM_NODEIDX_DEV_MAX] = {0U}; in pm_client_set_wakeup_sources() local
55 zeromem(&pm_wakeup_nodes_set, (u_register_t)sizeof(pm_wakeup_nodes_set)); in pm_client_set_wakeup_sources()
81 if (pm_wakeup_nodes_set[node_idx] == 0U) { in pm_client_set_wakeup_sources()
87 pm_wakeup_nodes_set[node_idx] = (ret == PM_RET_SUCCESS) ? in pm_client_set_wakeup_sources()