Home
last modified time | relevance | path

Searched refs:BCMCPU_IS_6345 (Results 1 – 7 of 7) sorted by relevance

/linux/arch/mips/bcm63xx/
H A Ddev-enet.c40 if (BCMCPU_IS_6345()) in bcm63xx_enetdmac_regs_init()
182 if (BCMCPU_IS_6345()) in register_shared()
189 else if (BCMCPU_IS_6345()) in register_shared()
220 if (unit == 1 && (BCMCPU_IS_6338() || BCMCPU_IS_6345())) in bcm63xx_enet_register()
263 if (BCMCPU_IS_6345()) { in bcm63xx_enet_register()
H A Ddev-spi.c41 if (BCMCPU_IS_6328() || BCMCPU_IS_6345()) in bcm63xx_spi_register()
H A Dprom.c41 else if (BCMCPU_IS_6345()) in prom_init()
H A Dgpio.c142 if (!BCMCPU_IS_6345()) in bcm63xx_gpio_init()
H A Dcpu.c264 if (BCMCPU_IS_6345()) { in detect_memory_size()
H A Dclk.c64 else if (BCMCPU_IS_6345()) in enet_misc_set()
/linux/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_cpu.h80 #define BCMCPU_IS_6345() (bcm63xx_get_cpu_id() == BCM6345_CPU_ID) macro