Searched refs:BCMCPU_IS_6368 (Results 1 – 11 of 11) sorted by relevance
129 if (BCMCPU_IS_6368()) in swpkt_sar_set()144 if (BCMCPU_IS_6368()) in swpkt_usb_set()163 } else if (BCMCPU_IS_6368()) { in enetsw_set()215 else if (BCMCPU_IS_6368()) in usbh_set()232 else if (BCMCPU_IS_6368()) in usbd_set()296 if (!BCMCPU_IS_6368()) in xtm_set()327 else if (BCMCPU_IS_6368()) in ipsec_set()
187 if (BCMCPU_IS_6328() || BCMCPU_IS_6362() || BCMCPU_IS_6368()) in register_shared()295 if (!BCMCPU_IS_6328() && !BCMCPU_IS_6362() && !BCMCPU_IS_6368()) in bcm63xx_enetsw_register()314 else if (BCMCPU_IS_6362() || BCMCPU_IS_6368()) in bcm63xx_enetsw_register()
31 if (!BCMCPU_IS_6368()) in bcm63xx_rng_register()
54 BCMCPU_IS_6368()) { in bcm63xx_spi_register()
46 else if (BCMCPU_IS_6368()) in prom_init()
58 !BCMCPU_IS_6368())) in bcm63xx_uart_register()
44 if (!BCMCPU_IS_6328() && !BCMCPU_IS_6368()) in bcm63xx_usbd_register()
183 } 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()
84 #define BCMCPU_IS_6368() (bcm63xx_get_cpu_id() == BCM6368_CPU_ID) macro