Home
last modified time | relevance | path

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

/linux/arch/mips/bcm63xx/
H A Ddev-spi.c48 if (BCMCPU_IS_6338() || BCMCPU_IS_6348()) { in bcm63xx_spi_register()
H A Dprom.c39 else if (BCMCPU_IS_6338()) in prom_init()
H A Dclk.c62 if (BCMCPU_IS_6338()) in enet_misc_set()
247 if (BCMCPU_IS_6338()) in spi_set()
H A Dreset.c171 } else if (BCMCPU_IS_6338()) { in bcm63xx_reset_bits_init()
H A Dcpu.c269 if (BCMCPU_IS_6338() || BCMCPU_IS_6348()) { in detect_memory_size()
H A Ddev-enet.c220 if (unit == 1 && (BCMCPU_IS_6338() || BCMCPU_IS_6345())) in bcm63xx_enet_register()
/linux/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_cpu.h79 #define BCMCPU_IS_6338() (bcm63xx_get_cpu_id() == BCM6338_CPU_ID) macro