Home
last modified time | relevance | path

Searched defs:SVR_MIN (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dmpc85xx.h13 #define SVR_MIN(svr) (((svr) >> 0) & 0xF) /* Minor revision field*/ macro
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dsoc.h107 #define SVR_MIN(svr) (((svr) >> 0) & 0xf) macro
/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/
H A Dimmap_ls102xa.h11 #define SVR_MIN(svr) (((svr) >> 0) & 0xf) macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h1033 #define SVR_MIN(svr) (((svr) >> 0) & 0xF) /* Minor revision field*/ macro