Home
last modified time | relevance | path

Searched refs:V2M_SYS_ID_REV_SHIFT (Results 1 – 5 of 5) sorted by relevance

/rk3399_ARM-atf/plat/arm/board/juno/
H A Djuno_common.c153 return (int32_t)(((sys_id >> V2M_SYS_ID_REV_SHIFT) & in plat_get_soc_revision()
/rk3399_ARM-atf/plat/arm/board/juno/aarch32/
H A Djuno_helpers.S158 ubfx r0, r1, #V2M_SYS_ID_REV_SHIFT, #4
/rk3399_ARM-atf/include/plat/arm/board/common/
H A Dv2m_def.h64 #define V2M_SYS_ID_REV_SHIFT 28 macro
/rk3399_ARM-atf/plat/arm/board/juno/aarch64/
H A Djuno_helpers.S162 ubfx x0, x1, #V2M_SYS_ID_REV_SHIFT, #4
/rk3399_ARM-atf/plat/arm/board/fvp/
H A Dfvp_common.c372 rev = (sys_id >> V2M_SYS_ID_REV_SHIFT) & V2M_SYS_ID_REV_MASK; in fvp_config_setup()
583 return (int32_t)(((sys_id >> V2M_SYS_ID_REV_SHIFT) & in plat_get_soc_revision()