Home
last modified time | relevance | path

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

/arch/mips/bcm63xx/
Dprom.c42 else if (BCMCPU_IS_6358()) in prom_init()
71 } else if (BCMCPU_IS_3368() || BCMCPU_IS_6358()) { in prom_init()
Ddev-spi.c39 if (BCMCPU_IS_3368() || BCMCPU_IS_6358() || in bcm63xx_spi_regs_init()
87 if (BCMCPU_IS_3368() || BCMCPU_IS_6358() || BCMCPU_IS_6362() || in bcm63xx_spi_register()
Dclk.c87 if (BCMCPU_IS_3368() || BCMCPU_IS_6358()) { in enetx_set()
113 if (BCMCPU_IS_3368() || BCMCPU_IS_6358()) in ephy_set()
159 if (BCMCPU_IS_6358()) in pcm_set()
214 else if (BCMCPU_IS_3368() || BCMCPU_IS_6358()) in spi_set()
377 if ((BCMCPU_IS_3368() || BCMCPU_IS_6358()) && !strcmp(id, "pcm")) in clk_get()
Ddev-uart.c57 if (id == 1 && (!BCMCPU_IS_3368() && !BCMCPU_IS_6358() && in bcm63xx_uart_register()
Ddev-pcmcia.c108 if (!BCMCPU_IS_6348() && !BCMCPU_IS_6358()) in bcm63xx_pcmcia_register()
Dreset.c176 } else if (BCMCPU_IS_6358()) { in bcm63xx_reset_bits_init()
Dcpu.c277 if (BCMCPU_IS_3368() || BCMCPU_IS_6358() || BCMCPU_IS_6368()) { in detect_memory_size()
/arch/mips/pci/
Dpci-bcm63xx.c269 if (BCMCPU_IS_3368() || BCMCPU_IS_6358() || BCMCPU_IS_6368()) in bcm63xx_register_pci()
/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_cpu.h81 #define BCMCPU_IS_6358() (bcm63xx_get_cpu_id() == BCM6358_CPU_ID) macro