Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/xilinx/zynqmp/pm_service/
H A Dpm_client.c182 uint8_t pm_wakeup_nodes_set[NODE_MAX] = { 0 }; in pm_client_set_wakeup_sources() local
199 zeromem(&pm_wakeup_nodes_set, sizeof(pm_wakeup_nodes_set)); in pm_client_set_wakeup_sources()
225 if (pm_wakeup_nodes_set[node] == 0U) { in pm_client_set_wakeup_sources()
227 pm_wakeup_nodes_set[node] = (ret == PM_RET_SUCCESS) ? 1U : 0U; in pm_client_set_wakeup_sources()
/rk3399_ARM-atf/plat/xilinx/common/pm_service/
H A Dpm_api_sys.c56 uint8_t pm_wakeup_nodes_set[XPM_NODEIDX_DEV_MAX] = {0U}; in pm_client_set_wakeup_sources() local
59 zeromem(&pm_wakeup_nodes_set, (u_register_t)sizeof(pm_wakeup_nodes_set)); in pm_client_set_wakeup_sources()
85 if (pm_wakeup_nodes_set[node_idx] == 0U) { in pm_client_set_wakeup_sources()
91 pm_wakeup_nodes_set[node_idx] = (ret == PM_RET_SUCCESS) ? in pm_client_set_wakeup_sources()