Home
last modified time | relevance | path

Searched refs:REVID_MAJOR (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dfdt.c49 REVID_MAJOR(spridr) >= 2) in ft_cpu_setup()
61 if (REVID_MAJOR(immr->sysconf.spridr) >= 2) { in ft_cpu_setup()
H A Dcpu.c102 REVID_MAJOR(spridr) >= 2) in checkcpu()
104 printf(", Rev: %d.%d", REVID_MAJOR(spridr), in checkcpu()
/openbmc/u-boot/include/
H A Dmpc83xx.h59 #define REVID_MAJOR(spridr) ((spridr & 0x0000FF00) >> 8) macro
62 #define REVID_MAJOR(spridr) ((spridr & 0x000000F0) >> 4) macro