Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dfdt.c50 REVID_MAJOR(spridr) >= 2) in ft_cpu_setup()
62 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()
/OK3568_Linux_fs/u-boot/include/
H A Dmpc83xx.h60 #define REVID_MAJOR(spridr) ((spridr & 0x0000FF00) >> 8) macro
63 #define REVID_MAJOR(spridr) ((spridr & 0x000000F0) >> 4) macro