bcm63xx_cpu_id     27 arch/mips/bcm63xx/cpu.c u16 bcm63xx_cpu_id __read_mostly;
bcm63xx_cpu_id     28 arch/mips/bcm63xx/cpu.c EXPORT_SYMBOL(bcm63xx_cpu_id);
bcm63xx_cpu_id    335 arch/mips/bcm63xx/cpu.c 	bcm63xx_cpu_id = (tmp & REV_CHIPID_MASK) >> REV_CHIPID_SHIFT;
bcm63xx_cpu_id    338 arch/mips/bcm63xx/cpu.c 	switch (bcm63xx_cpu_id) {
bcm63xx_cpu_id    372 arch/mips/bcm63xx/cpu.c 		panic("unsupported broadcom CPU %x", bcm63xx_cpu_id);
bcm63xx_cpu_id    380 arch/mips/bcm63xx/cpu.c 		bcm63xx_cpu_id, bcm63xx_cpu_rev);
bcm63xx_cpu_id     68 arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h extern u16 bcm63xx_cpu_id;
bcm63xx_cpu_id     72 arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h 	const u16 cpu_id = bcm63xx_cpu_id;