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()
39 if (BCMCPU_IS_3368() || BCMCPU_IS_6358() || in bcm63xx_spi_regs_init()87 if (BCMCPU_IS_3368() || BCMCPU_IS_6358() || BCMCPU_IS_6362() || in bcm63xx_spi_register()
87 if (BCMCPU_IS_3368() || BCMCPU_IS_6358()) { in enetx_set()113 if (BCMCPU_IS_3368() || BCMCPU_IS_6358()) in ephy_set()159 if (BCMCPU_IS_6358()) in pcm_set()214 else if (BCMCPU_IS_3368() || BCMCPU_IS_6358()) in spi_set()377 if ((BCMCPU_IS_3368() || BCMCPU_IS_6358()) && !strcmp(id, "pcm")) in clk_get()
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()
176 } 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()
81 #define BCMCPU_IS_6358() (bcm63xx_get_cpu_id() == BCM6358_CPU_ID) macro