Searched refs:BCMCPU_IS_3368 (Results 1 – 10 of 10) sorted by relevance
32 if (BCMCPU_IS_3368()) in prom_init()71 } else if (BCMCPU_IS_3368() || BCMCPU_IS_6358()) { in prom_init()
89 if (BCMCPU_IS_3368() || BCMCPU_IS_6358()) { in enetx_set()115 if (BCMCPU_IS_3368() || BCMCPU_IS_6358()) in ephy_set()194 if (BCMCPU_IS_3368()) in pcm_set()251 else if (BCMCPU_IS_3368() || BCMCPU_IS_6358()) in spi_set()
53 if (BCMCPU_IS_3368() || BCMCPU_IS_6358() || BCMCPU_IS_6362() || in bcm63xx_spi_register()
57 if (id == 1 && (!BCMCPU_IS_3368() && !BCMCPU_IS_6358() && in bcm63xx_uart_register()
44 if (BCMCPU_IS_3368()) { in bcm63xx_nvram_init()
165 if (BCMCPU_IS_3368()) { in bcm63xx_reset_bits_init()
277 if (BCMCPU_IS_3368() || BCMCPU_IS_6358() || BCMCPU_IS_6368()) { in detect_memory_size()
269 if (BCMCPU_IS_3368() || BCMCPU_IS_6358() || BCMCPU_IS_6368()) in bcm63xx_register_pci()
773 if (BCMCPU_IS_3368()) { in board_prom_init()
77 #define BCMCPU_IS_3368() (bcm63xx_get_cpu_id() == BCM3368_CPU_ID) macro