| /rk3399_ARM-atf/plat/xilinx/versal_net/pm_service/ |
| H A D | pm_client.c | 52 .node_id = PM_DEV_CLUSTER0_ACPU_0, 57 .node_id = PM_DEV_CLUSTER0_ACPU_1, 62 .node_id = PM_DEV_CLUSTER0_ACPU_2, 67 .node_id = PM_DEV_CLUSTER0_ACPU_3, 72 .node_id = PM_DEV_CLUSTER1_ACPU_0, 77 .node_id = PM_DEV_CLUSTER1_ACPU_1, 82 .node_id = PM_DEV_CLUSTER1_ACPU_2, 87 .node_id = PM_DEV_CLUSTER1_ACPU_3, 92 .node_id = PM_DEV_CLUSTER2_ACPU_0, 97 .node_id = PM_DEV_CLUSTER2_ACPU_1, [all …]
|
| /rk3399_ARM-atf/drivers/arm/ccn/ |
| H A D | ccn.c | 120 unsigned int mn_reg_off, node_id; in ccn_get_rn_master_info() local 130 FOR_EACH_PRESENT_NODE_ID(node_id, rn_bitmap) { in ccn_get_rn_master_info() 143 ccn_get_rni_mcount(periphbase, node_id)); in ccn_get_rn_master_info() 157 info->node_desc[node_id] = node_mcount; in ccn_get_rn_master_info() 197 unsigned int node_id; in ccn_validate_plat_params() local 199 node_id = plat_desc->master_to_rn_id_map[master_id]; in ccn_validate_plat_params() 200 assert(node_id < MAX_RN_NODES); in ccn_validate_plat_params() 201 assert(info.node_desc[node_id]); in ccn_validate_plat_params() 202 info.node_desc[node_id]--; in ccn_validate_plat_params() 229 unsigned int node_id, iface_id; in ccn_master_to_rn_id_map() local [all …]
|
| H A D | ccn_private.h | 181 #define FOR_EACH_PRESENT_NODE_ID(node_id, bit_map) \ argument 182 FOR_EACH_BIT(node_id, bit_map)
|
| /rk3399_ARM-atf/plat/amd/versal2/pm_service/ |
| H A D | pm_client.c | 58 .node_id = PM_DEV_CLUSTER0_ACPU_0, 62 .node_id = PM_DEV_CLUSTER0_ACPU_1, 66 .node_id = PM_DEV_CLUSTER1_ACPU_0, 70 .node_id = PM_DEV_CLUSTER1_ACPU_1, 74 .node_id = PM_DEV_CLUSTER2_ACPU_0, 78 .node_id = PM_DEV_CLUSTER2_ACPU_1, 82 .node_id = PM_DEV_CLUSTER3_ACPU_0, 86 .node_id = PM_DEV_CLUSTER3_ACPU_1, 292 pm_client_set_wakeup_sources((uint32_t)proc->node_id, flag); in pm_client_suspend() 323 if (pm_procs_all[i].node_id == nid) { in pm_get_cpuid() [all …]
|
| H A D | pm_svc_main.c | 302 ret = (int32_t)pm_register_notifier(primary_proc->node_id, EVENT_CPU_PWRDWN, in pm_setup()
|
| /rk3399_ARM-atf/plat/xilinx/versal/pm_service/ |
| H A D | pm_client.c | 42 .node_id = XPM_DEVID_ACPU_0, 47 .node_id = XPM_DEVID_ACPU_1, 197 pm_client_set_wakeup_sources((uint32_t)proc->node_id, flag); in pm_client_suspend() 220 if (pm_procs_all[i].node_id == nid) { in pm_get_cpuid() 238 uint32_t cpuid = pm_get_cpuid(proc->node_id); in pm_client_wakeup()
|
| /rk3399_ARM-atf/plat/xilinx/zynqmp/pm_service/ |
| H A D | pm_client.c | 49 .node_id = (uint32_t)NODE_APU_0, 54 .node_id = (uint32_t)NODE_APU_1, 59 .node_id = (uint32_t)NODE_APU_2, 64 .node_id = (uint32_t)NODE_APU_3, 264 if (pm_procs_all[i].node_id == nid) { in pm_get_cpuid() 311 uint32_t cpuid = pm_get_cpuid(proc->node_id); in pm_client_wakeup()
|
| H A D | pm_api_clock.h | 316 enum pm_node_id *node_id);
|
| H A D | pm_api_clock.c | 2823 enum pm_node_id *node_id) in pm_clock_get_pll_node_id() argument 2829 *node_id = pll->nid; in pm_clock_get_pll_node_id()
|
| H A D | zynqmp_pm_api_sys.c | 286 PM_PACK_PAYLOAD6(payload, flag, PM_SELF_SUSPEND, proc->node_id, in pm_self_suspend()
|
| /rk3399_ARM-atf/include/drivers/arm/ |
| H A D | ccn.h | 105 void ccn_write_node_reg(node_types_t node_type, unsigned int node_id, 109 unsigned int node_id,
|
| /rk3399_ARM-atf/plat/xilinx/zynqmp/ |
| H A D | plat_psci.c | 53 ret = pm_get_node_status(proc->node_id, buff, NON_SECURE); in zynqmp_pwr_domain_on() 62 (void)pm_req_wakeup(proc->node_id, 1, zynqmp_sec_entry, REQ_ACK_BLOCKING, in zynqmp_pwr_domain_on() 96 (void)pm_self_suspend(proc->node_id, MAX_LATENCY, PM_STATE_CPU_IDLE, 0, in zynqmp_pwr_domain_off() 119 (void)pm_self_suspend(proc->node_id, MAX_LATENCY, state, zynqmp_sec_entry, in zynqmp_pwr_domain_suspend()
|
| /rk3399_ARM-atf/plat/xilinx/versal/ |
| H A D | plat_psci.c | 49 (void)pm_req_wakeup(proc->node_id, in versal_pwr_domain_on() 93 (void)pm_self_suspend(proc->node_id, MAX_LATENCY, state, versal_sec_entry, in versal_pwr_domain_suspend() 257 (void)pm_self_suspend(proc->node_id, MAX_LATENCY, PM_STATE_CPU_OFF, 0, in versal_pwr_domain_off() 260 (void)pm_self_suspend(proc->node_id, MAX_LATENCY, PM_STATE_CPU_IDLE, 0, in versal_pwr_domain_off()
|
| /rk3399_ARM-atf/plat/xilinx/versal_net/ |
| H A D | plat_psci_pm.c | 47 (void)pm_req_wakeup(proc->node_id, (versal_net_sec_entry & 0xFFFFFFFFU) | 0x1U, in versal_net_pwr_domain_on() 92 (void)pm_self_suspend(proc->node_id, MAX_LATENCY, PM_STATE_CPU_OFF, 0, in versal_net_pwr_domain_off() 95 (void)pm_self_suspend(proc->node_id, MAX_LATENCY, PM_STATE_CPU_IDLE, 0, in versal_net_pwr_domain_off() 234 (void)pm_self_suspend(proc->node_id, MAX_LATENCY, state, versal_net_sec_entry, in versal_net_pwr_domain_suspend()
|
| /rk3399_ARM-atf/plat/xilinx/common/include/ |
| H A D | pm_common.h | 58 const uint32_t node_id; member
|
| H A D | pm_api_sys.h | 38 void pm_client_set_wakeup_sources(uint32_t node_id, uint32_t flag);
|
| /rk3399_ARM-atf/plat/amd/versal2/ |
| H A D | plat_psci_pm.c | 44 pm_ret = pm_req_wakeup(proc->node_id, in versal2_pwr_domain_on() 91 pm_ret = pm_self_suspend(proc->node_id, MAX_LATENCY, PM_STATE_CPU_OFF, 0, in versal2_pwr_domain_off() 183 ret = pm_self_suspend(proc->node_id, MAX_LATENCY, state, sec_entry, in versal2_pwr_domain_suspend()
|
| /rk3399_ARM-atf/plat/qemu/qemu_sbsa/ |
| H A D | sbsa_platform.c | 293 uint32_t node_id; in set_system_memory_base() local 327 node_id = fdt_read_uint32_default(dtb, node, in set_system_memory_base() 330 if (node_id == 0) { in set_system_memory_base()
|
| /rk3399_ARM-atf/plat/xilinx/common/pm_service/ |
| H A D | pm_api_sys.c | 53 void pm_client_set_wakeup_sources(uint32_t node_id, uint32_t flag) in pm_client_set_wakeup_sources() argument 88 ret = pm_set_wakeup_source(node_id, in pm_client_set_wakeup_sources()
|
| H A D | pm_svc_main.c | 290 ret = (int32_t)pm_register_notifier(primary_proc->node_id, EVENT_CPU_PWRDWN, in pm_setup()
|