Home
last modified time | relevance | path

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

/u-boot/arch/powerpc/cpu/mpc83xx/
A Dfdt.c51 REVID_MAJOR(spridr) >= 2) in ft_cpu_setup()
63 if (REVID_MAJOR(immr->sysconf.spridr) >= 2) { in ft_cpu_setup()
A Dcpu.c109 REVID_MAJOR(spridr) >= 2) in checkcpu()
111 printf(", Rev: %d.%d", REVID_MAJOR(spridr), in checkcpu()
/u-boot/include/
A Dmpc83xx.h54 #define REVID_MAJOR(spridr) ((spridr & 0x0000FF00) >> 8) macro
57 #define REVID_MAJOR(spridr) ((spridr & 0x000000F0) >> 4) macro

Completed in 9 milliseconds