Home
last modified time | relevance | path

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

/arch/mips/bcm63xx/
Dcpu.c259 bcm63xx_cpu_id = (tmp & REV_CHIPID_MASK) >> REV_CHIPID_SHIFT; in bcm63xx_cpu_init()
/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_regs.h11 #define REV_CHIPID_MASK (0xffff << REV_CHIPID_SHIFT) macro