Searched refs:BCMCPU_IS_6328 (Results 1 – 12 of 12) sorted by relevance
127 if (BCMCPU_IS_6328()) in enetsw_set()172 if (BCMCPU_IS_6328()) in usbh_set()191 if (BCMCPU_IS_6328()) in usbd_set()235 if (BCMCPU_IS_6328()) in hsspi_set()296 if (BCMCPU_IS_6328()) in pcie_set()381 if ((BCMCPU_IS_6328() || BCMCPU_IS_6362()) && !strcmp(id, "pcie")) in clk_get()
34 else if (BCMCPU_IS_6328()) in prom_init()65 if (BCMCPU_IS_6328()) { in prom_init()
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()296 if (BCMCPU_IS_6328()) in bcm63xx_enetsw_register()
44 if (!BCMCPU_IS_6328() && !BCMCPU_IS_6368()) in bcm63xx_usbd_register()
73 if (BCMCPU_IS_6328() || BCMCPU_IS_6345()) in bcm63xx_spi_register()
114 if (BCMCPU_IS_6328()) { in bcm63xx_machine_reboot()
167 } else if (BCMCPU_IS_6328()) { in bcm63xx_reset_bits_init()
261 if (BCMCPU_IS_6328() || BCMCPU_IS_6362()) in detect_memory_size()
127 if (BCMCPU_IS_6328()) in bcm63xx_reset_pcie()
772 if (BCMCPU_IS_6328() || BCMCPU_IS_6362()) { in board_prom_init()
77 #define BCMCPU_IS_6328() (bcm63xx_get_cpu_id() == BCM6328_CPU_ID) macro