Searched refs:BCMCPU_IS_6338 (Results 1 – 7 of 7) sorted by relevance
37 if (BCMCPU_IS_6338() || BCMCPU_IS_6348()) in bcm63xx_spi_regs_init()80 if (BCMCPU_IS_6338() || BCMCPU_IS_6348()) { in bcm63xx_spi_register()
36 else if (BCMCPU_IS_6338()) in prom_init()
60 if (BCMCPU_IS_6338()) in enet_misc_set()210 if (BCMCPU_IS_6338()) in spi_set()
170 } else if (BCMCPU_IS_6338()) { in bcm63xx_reset_bits_init()
269 if (BCMCPU_IS_6338() || BCMCPU_IS_6348()) { in detect_memory_size()
212 if (unit == 1 && (BCMCPU_IS_6338() || BCMCPU_IS_6345())) in bcm63xx_enet_register()
78 #define BCMCPU_IS_6338() (bcm63xx_get_cpu_id() == BCM6338_CPU_ID) macro