Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dsoc.h79 #define SVR_WO_E 0xFFFFFE macro
109 #define SVR_SOC_VER(svr) (((svr) >> 8) & SVR_WO_E)
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dcpu.c372 if ((cpu_type_list[i].soc_ver & SVR_WO_E) == ver) { in cpu_name()