Searched refs:BCMCPU_IS_6368 (Results 1 – 11 of 11) sorted by relevance
131 else if (BCMCPU_IS_6368()) in enetsw_set()178 else if (BCMCPU_IS_6368()) in usbh_set()195 else if (BCMCPU_IS_6368()) in usbd_set()255 if (!BCMCPU_IS_6368()) in xtm_set()282 else if (BCMCPU_IS_6368()) in ipsec_set()379 if ((BCMCPU_IS_6362() || BCMCPU_IS_6368()) && !strcmp(id, "ipsec")) in clk_get()
40 BCMCPU_IS_6362() || BCMCPU_IS_6368()) in bcm63xx_spi_regs_init()88 BCMCPU_IS_6368()) { in bcm63xx_spi_register()
179 if (BCMCPU_IS_6328() || BCMCPU_IS_6362() || BCMCPU_IS_6368()) in register_shared()279 if (!BCMCPU_IS_6328() && !BCMCPU_IS_6362() && !BCMCPU_IS_6368()) in bcm63xx_enetsw_register()298 else if (BCMCPU_IS_6362() || BCMCPU_IS_6368()) in bcm63xx_enetsw_register()
31 if (!BCMCPU_IS_6368()) in bcm63xx_rng_register()
58 !BCMCPU_IS_6368())) in bcm63xx_uart_register()
46 else if (BCMCPU_IS_6368()) in prom_init()
44 if (!BCMCPU_IS_6328() && !BCMCPU_IS_6368()) in bcm63xx_usbd_register()
182 } else if (BCMCPU_IS_6368()) { 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()
83 #define BCMCPU_IS_6368() (bcm63xx_get_cpu_id() == BCM6368_CPU_ID) macro