Searched refs:BCMCPU_IS_6362 (Results 1 – 9 of 9) sorted by relevance
161 } else if (BCMCPU_IS_6362()) { in enetsw_set()213 else if (BCMCPU_IS_6362()) in usbh_set()230 else if (BCMCPU_IS_6362()) in usbd_set()253 else if (BCMCPU_IS_6362()) in spi_set()274 else if (BCMCPU_IS_6362()) in hsspi_set()325 if (BCMCPU_IS_6362()) in ipsec_set()343 else if (BCMCPU_IS_6362()) in pcie_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()
38 if (!BCMCPU_IS_6328() && !BCMCPU_IS_6362()) in bcm63xx_hsspi_register()
53 if (BCMCPU_IS_3368() || BCMCPU_IS_6358() || BCMCPU_IS_6362() || in bcm63xx_spi_register()
44 else if (BCMCPU_IS_6362()) in prom_init()
180 } else if (BCMCPU_IS_6362()) { in bcm63xx_reset_bits_init()
261 if (BCMCPU_IS_6328() || BCMCPU_IS_6362()) in detect_memory_size()
740 if (BCMCPU_IS_6328() || BCMCPU_IS_6362()) { in board_prom_init()
83 #define BCMCPU_IS_6362() (bcm63xx_get_cpu_id() == BCM6362_CPU_ID) macro