Searched refs:bcm63xx_cpu_id (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/mips/bcm63xx/
H A Dcpu.c27 u16 bcm63xx_cpu_id __read_mostly;
28 EXPORT_SYMBOL(bcm63xx_cpu_id); variable
335 bcm63xx_cpu_id = (tmp & REV_CHIPID_MASK) >> REV_CHIPID_SHIFT;
338 switch (bcm63xx_cpu_id) {
372 panic("unsupported broadcom CPU %x", bcm63xx_cpu_id);
380 bcm63xx_cpu_id, bcm63xx_cpu_rev);
/linux-master/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_cpu.h68 extern u16 bcm63xx_cpu_id;
72 const u16 cpu_id = bcm63xx_cpu_id;

Completed in 102 milliseconds