Home
last modified time | relevance | path

Searched refs:version_type (Results 1 – 7 of 7) sorted by relevance

/rk3399_ARM-atf/plat/amd/versal2/aarch64/
H A Dcommon.c75 uint32_t version_type; in board_detection() local
77 version_type = mmio_read_32(PMC_TAP_VERSION); in board_detection()
78 platform_id = FIELD_GET((uint32_t)PLATFORM_MASK, version_type); in board_detection()
79 platform_version = FIELD_GET((uint32_t)PLATFORM_VERSION_MASK, version_type); in board_detection()
80 rtlversion = FIELD_GET((uint32_t)RTL_VERSION, version_type); in board_detection()
81 psversion = FIELD_GET((uint32_t)PS_VERSION, version_type); in board_detection()
82 pmcversion = FIELD_GET((uint32_t)PMC_VERSION, version_type); in board_detection()
/rk3399_ARM-atf/plat/xilinx/versal_net/aarch64/
H A Dversal_net_common.c74 uint32_t version_type; in board_detection() local
76 version_type = mmio_read_32(PMC_TAP_VERSION); in board_detection()
77 platform_id = FIELD_GET(PLATFORM_MASK, version_type); in board_detection()
78 platform_version = FIELD_GET(PLATFORM_VERSION_MASK, version_type); in board_detection()
/rk3399_ARM-atf/plat/amd/versal2/
H A Dplat_psci.c229 uint32_t idcode, version_type; in no_pm_handler() local
232 version_type = mmio_read_32(PMC_TAP_VERSION); in no_pm_handler()
233 SMC_RET2(handle, ((uint64_t)idcode << 32), version_type); in no_pm_handler()
/rk3399_ARM-atf/plat/xilinx/versal/
H A Dplat_psci.c228 uint32_t ret, fw_api_version, version_type[RET_PAYLOAD_ARG_CNT] = {0U}; in versal_pwr_domain_off() local
253 &version_type[0], NON_SECURE); in versal_pwr_domain_off()
255 fw_api_version = version_type[0] & 0xFFFFU; in versal_pwr_domain_off()
/rk3399_ARM-atf/plat/xilinx/versal_net/
H A Dplat_psci_pm.c67 uint32_t ret, fw_api_version, version_type[RET_PAYLOAD_ARG_CNT] = {0U}; in versal_net_pwr_domain_off() local
88 ret = pm_feature_check((uint32_t)PM_SELF_SUSPEND, &version_type[0], NON_SECURE); in versal_net_pwr_domain_off()
90 fw_api_version = version_type[0] & 0xFFFFU; in versal_net_pwr_domain_off()
/rk3399_ARM-atf/plat/xilinx/zynqmp/pm_service/
H A Dzynqmp_pm_svc_main.c572 uint32_t version_type = 0; in pm_smc_handler() local
575 ret = pm_feature_check(pm_arg[0], &version_type, bit_mask, in pm_smc_handler()
578 SMC_RET2(handle, ((uint64_t)ret | ((uint64_t)version_type << 32U)), in pm_smc_handler()
H A Dzynqmp_pm_api_sys.c816 uint32_t version_type; in check_api_dependency() local
826 &version_type, 1, flag); in check_api_dependency()
832 if (version_type != tfa_expected_ver_id[api_dep_table[i].api_id]) { in check_api_dependency()