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()
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()157 if (BCMCPU_IS_3368()) 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()
73 if (BCMCPU_IS_3368()) { in bcm63xx_nvram_init()
164 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()
791 if (BCMCPU_IS_3368()) { in board_prom_init()
76 #define BCMCPU_IS_3368() (bcm63xx_get_cpu_id() == BCM3368_CPU_ID) macro