Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/plat/xilinx/versal/pm_service/
A Dpm_client.c123 uint8_t pm_wakeup_nodes_set[XPM_NODEIDX_DEV_MAX]; in pm_client_set_wakeup_sources() local
126 zeromem(&pm_wakeup_nodes_set, (u_register_t)sizeof(pm_wakeup_nodes_set)); in pm_client_set_wakeup_sources()
152 if (pm_wakeup_nodes_set[node_idx] == 0U) { in pm_client_set_wakeup_sources()
158 pm_wakeup_nodes_set[node_idx] = (ret == PM_RET_SUCCESS) ? in pm_client_set_wakeup_sources()
/arm-trusted-firmware-2.8.0/plat/xilinx/zynqmp/pm_service/
A Dpm_client.c179 uint8_t pm_wakeup_nodes_set[NODE_MAX] = { 0 }; in pm_client_set_wakeup_sources() local
196 zeromem(&pm_wakeup_nodes_set, sizeof(pm_wakeup_nodes_set)); in pm_client_set_wakeup_sources()
221 if (pm_wakeup_nodes_set[node] == 0U) { in pm_client_set_wakeup_sources()
223 pm_wakeup_nodes_set[node] = (ret == PM_RET_SUCCESS) ? 1U : 0U; in pm_client_set_wakeup_sources()

Completed in 3 milliseconds