Searched refs:hbi (Results 1 – 2 of 2) sorted by relevance
/trusted-firmware-a/plat/arm/board/fvp_r/ |
A D | fvp_r_common.c | 110 unsigned int rev, hbi, bld, arch, sys_id; in fvp_config_setup() local 115 hbi = (sys_id >> V2M_SYS_ID_HBI_SHIFT) & V2M_SYS_ID_HBI_MASK; in fvp_config_setup() 145 switch (hbi) { in fvp_config_setup() 181 ERROR("Unsupported board HBI number 0x%x\n", hbi); in fvp_config_setup()
|
/trusted-firmware-a/plat/arm/board/fvp/ |
A D | fvp_common.c | 296 unsigned int rev, hbi, bld, arch, sys_id; in fvp_config_setup() local 300 hbi = (sys_id >> V2M_SYS_ID_HBI_SHIFT) & V2M_SYS_ID_HBI_MASK; in fvp_config_setup() 330 switch (hbi) { in fvp_config_setup() 370 ERROR("Unsupported board HBI number 0x%x\n", hbi); in fvp_config_setup()
|
Completed in 3 milliseconds