Home
last modified time | relevance | path

Searched refs:BCMCPU_IS_6362 (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/mips/bcm63xx/
H A Dclk.c161 } 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()
H A Ddev-enet.c187 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()
H A Ddev-hsspi.c38 if (!BCMCPU_IS_6328() && !BCMCPU_IS_6362()) in bcm63xx_hsspi_register()
H A Ddev-spi.c53 if (BCMCPU_IS_3368() || BCMCPU_IS_6358() || BCMCPU_IS_6362() || in bcm63xx_spi_register()
H A Dprom.c44 else if (BCMCPU_IS_6362()) in prom_init()
H A Dreset.c180 } else if (BCMCPU_IS_6362()) { in bcm63xx_reset_bits_init()
H A Dcpu.c261 if (BCMCPU_IS_6328() || BCMCPU_IS_6362()) in detect_memory_size()
/openbmc/linux/arch/mips/bcm63xx/boards/
H A Dboard_bcm963xx.c740 if (BCMCPU_IS_6328() || BCMCPU_IS_6362()) { in board_prom_init()
/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_cpu.h83 #define BCMCPU_IS_6362() (bcm63xx_get_cpu_id() == BCM6362_CPU_ID) macro