Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/bcm63xx/
Dcpu.c21 const unsigned long *bcm63xx_regs_base; variable
22 EXPORT_SYMBOL(bcm63xx_regs_base);
304 bcm63xx_regs_base = bcm96348_regs_base; in bcm63xx_cpu_init()
309 bcm63xx_regs_base = bcm96338_regs_base; in bcm63xx_cpu_init()
315 bcm63xx_regs_base = bcm96345_regs_base; in bcm63xx_cpu_init()
320 bcm63xx_regs_base = bcm96358_regs_base; in bcm63xx_cpu_init()
/linux-2.6.39/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_cpu.h235 extern const unsigned long *bcm63xx_regs_base;
240 return bcm63xx_regs_base[set]; in bcm63xx_regset_address()