Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/bcm63xx/
H A Dcpu.c21 const unsigned long *bcm63xx_regs_base; variable
22 EXPORT_SYMBOL(bcm63xx_regs_base);
340 bcm63xx_regs_base = bcm3368_regs_base; in bcm63xx_cpu_init()
344 bcm63xx_regs_base = bcm6328_regs_base; in bcm63xx_cpu_init()
348 bcm63xx_regs_base = bcm6338_regs_base; in bcm63xx_cpu_init()
352 bcm63xx_regs_base = bcm6345_regs_base; in bcm63xx_cpu_init()
356 bcm63xx_regs_base = bcm6348_regs_base; in bcm63xx_cpu_init()
360 bcm63xx_regs_base = bcm6358_regs_base; in bcm63xx_cpu_init()
364 bcm63xx_regs_base = bcm6362_regs_base; in bcm63xx_cpu_init()
368 bcm63xx_regs_base = bcm6368_regs_base; in bcm63xx_cpu_init()
/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_cpu.h550 extern const unsigned long *bcm63xx_regs_base;
598 return bcm63xx_regs_base[set]; in bcm63xx_regset_address()