Searched refs:BCMCPU_IS_6358 (Results 1 – 9 of 9) sorted by relevance
42 else if (BCMCPU_IS_6358()) 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()196 if (BCMCPU_IS_6358()) 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()
108 if (!BCMCPU_IS_6348() && !BCMCPU_IS_6358()) in bcm63xx_pcmcia_register()
177 } else if (BCMCPU_IS_6358()) { 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()
82 #define BCMCPU_IS_6358() (bcm63xx_get_cpu_id() == BCM6358_CPU_ID) macro