Searched refs:BCMCPU_IS_6362 (Results 1 – 9 of 9) sorted by relevance
129 else if (BCMCPU_IS_6362()) in enetsw_set()176 else if (BCMCPU_IS_6362()) in usbh_set()193 else if (BCMCPU_IS_6362()) in usbd_set()216 else if (BCMCPU_IS_6362()) in spi_set()237 else if (BCMCPU_IS_6362()) in hsspi_set()280 if (BCMCPU_IS_6362()) in ipsec_set()298 else if (BCMCPU_IS_6362()) in pcie_set()379 if ((BCMCPU_IS_6362() || BCMCPU_IS_6368()) && !strcmp(id, "ipsec")) in clk_get()381 if ((BCMCPU_IS_6328() || BCMCPU_IS_6362()) && !strcmp(id, "pcie")) in clk_get()
40 BCMCPU_IS_6362() || BCMCPU_IS_6368()) in bcm63xx_spi_regs_init()87 if (BCMCPU_IS_3368() || BCMCPU_IS_6358() || BCMCPU_IS_6362() || in bcm63xx_spi_register()
38 if (!BCMCPU_IS_6328() && !BCMCPU_IS_6362()) in bcm63xx_hsspi_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()
44 else if (BCMCPU_IS_6362()) in prom_init()
179 } else if (BCMCPU_IS_6362()) { in bcm63xx_reset_bits_init()
261 if (BCMCPU_IS_6328() || BCMCPU_IS_6362()) in detect_memory_size()
772 if (BCMCPU_IS_6328() || BCMCPU_IS_6362()) { in board_prom_init()
82 #define BCMCPU_IS_6362() (bcm63xx_get_cpu_id() == BCM6362_CPU_ID) macro