Home
last modified time | relevance | path

Searched refs:REVID_MINOR (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dcpu.c105 REVID_MINOR(spridr)); in checkcpu()
/openbmc/u-boot/include/
H A Dmpc83xx.h60 #define REVID_MINOR(spridr) (spridr & 0x000000FF) macro
63 #define REVID_MINOR(spridr) (spridr & 0x0000000F) macro