Home
last modified time | relevance | path

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

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