Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/intel/soc/agilex5/
H A Dbl31_plat_setup.c327 mmio_write_32(pwrctlr_addr, AGX5_PWRMGR_CPU_RUN_PCH(1)); in bl31_plat_reset_secondary_cpu()
330 SOCFPGA_POLL(!((AGX5_PWRMGR_CPU_RUN_PCH( in bl31_plat_reset_secondary_cpu()
349 AGX5_PWRMGR_CPU_RUN_PCH(1)); in bl31_plat_reset_secondary_cpu()
352 SOCFPGA_POLL(!((AGX5_PWRMGR_CPU_RUN_PCH( in bl31_plat_reset_secondary_cpu()
/rk3399_ARM-atf/plat/intel/soc/agilex5/include/
H A Dagilex5_power_manager.h45 #define AGX5_PWRMGR_CPU_RUN_PCH(x) ((x) & 0x1) macro