Home
last modified time | relevance | path

Searched refs:SOC_ID_IMPL_DEF_MASK (Results 1 – 9 of 9) sorted by relevance

/trusted-firmware-a-latest/plat/xilinx/common/
Dversal.c49 return (int32_t)(manfid | (platform_version & SOC_ID_IMPL_DEF_MASK)); in plat_get_soc_version()
/trusted-firmware-a-latest/plat/mediatek/common/
Dmtk_plat_common.c59 return (int32_t)(manfid | (SOC_CHIP_ID & SOC_ID_IMPL_DEF_MASK)); in plat_get_soc_version()
/trusted-firmware-a-latest/plat/arm/board/morello/
Dmorello_bl31_setup.c94 (GET_SSC_VERSION_PART_NUM(ssc_version) & SOC_ID_IMPL_DEF_MASK)); in plat_get_soc_version()
/trusted-firmware-a-latest/plat/arm/board/juno/
Djuno_common.c129 (JUNO_SOC_ID & SOC_ID_IMPL_DEF_MASK)); in plat_get_soc_version()
/trusted-firmware-a-latest/plat/allwinner/common/
Dsunxi_common.c179 return ret | (sunxi_read_soc_id() & SOC_ID_IMPL_DEF_MASK); in plat_get_soc_version()
/trusted-firmware-a-latest/plat/nvidia/tegra/common/
Dtegra_platform.c280 SOC_ID_IMPL_DEF_MASK)); in plat_get_soc_version()
/trusted-firmware-a-latest/include/lib/
Dsmccc.h70 #define SOC_ID_IMPL_DEF_MASK GENMASK_32(15, 0) macro
/trusted-firmware-a-latest/plat/st/common/
Dstm32mp_common.c307 return (int32_t)(manfid | (chip_id & SOC_ID_IMPL_DEF_MASK)); in plat_get_soc_version()
/trusted-firmware-a-latest/plat/arm/board/fvp/
Dfvp_common.c527 (FVP_SOC_ID & SOC_ID_IMPL_DEF_MASK)); in plat_get_soc_version()