Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/cpu/
H A Dbmips_cpu.c20 #define REV_REVID_SHIFT 0 macro
21 #define REV_REVID_MASK (0xff << REV_REVID_SHIFT)
96 cpu_rev = (val & REV_REVID_MASK) >> REV_REVID_SHIFT; in bmips_short_cpu_desc()
112 cpu_rev = (val & REV_REVID_MASK) >> REV_REVID_SHIFT; in bmips_long_cpu_desc()
/openbmc/linux/arch/mips/bcm63xx/
H A Dcpu.c336 bcm63xx_cpu_rev = (tmp & REV_REVID_MASK) >> REV_REVID_SHIFT; in bcm63xx_cpu_init()
/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_regs.h13 #define REV_REVID_SHIFT 0 macro
14 #define REV_REVID_MASK (0xff << REV_REVID_SHIFT)