Home
last modified time | relevance | path

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

/trusted-firmware-a-3.4.0/plat/arm/board/fvp_r/
Dfvp_r_common.c110 unsigned int rev, hbi, bld, arch, sys_id; in fvp_config_setup() local
116 bld = (sys_id >> V2M_SYS_ID_BLD_SHIFT) & V2M_SYS_ID_BLD_MASK; in fvp_config_setup()
128 switch (bld) { in fvp_config_setup()
137 ERROR("Unsupported board build %x\n", bld); in fvp_config_setup()
/trusted-firmware-a-3.4.0/plat/arm/board/fvp/
Dfvp_common.c302 unsigned int rev, hbi, bld, arch, sys_id; in fvp_config_setup() local
307 bld = (sys_id >> V2M_SYS_ID_BLD_SHIFT) & V2M_SYS_ID_BLD_MASK; in fvp_config_setup()
319 switch (bld) { in fvp_config_setup()
328 ERROR("Unsupported board build %x\n", bld); in fvp_config_setup()