Home
last modified time | relevance | path

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

/arch/mips/bcm63xx/
Dclk.c80 if (BCMCPU_IS_6358()) { in enetx_set()
106 if (!BCMCPU_IS_6358()) in ephy_set()
149 if (!BCMCPU_IS_6358()) in pcm_set()
279 if (BCMCPU_IS_6358() && !strcmp(id, "pcm")) in clk_get()
Dprom.c35 else if (BCMCPU_IS_6358()) in prom_init()
Ddev-uart.c57 if (id == 1 && (!BCMCPU_IS_6358() && !BCMCPU_IS_6368())) in bcm63xx_uart_register()
Ddev-pcmcia.c108 if (!BCMCPU_IS_6348() && !BCMCPU_IS_6358()) in bcm63xx_pcmcia_register()
Dcpu.c186 if (BCMCPU_IS_6358() || BCMCPU_IS_6368()) { in detect_memory_size()
Dirq.c431 if (BCMCPU_IS_6338() || BCMCPU_IS_6358() || BCMCPU_IS_6368()) { in bcm63xx_external_irq_set_type()
/arch/mips/pci/
Dpci-bcm63xx.c102 if (!BCMCPU_IS_6348() && !BCMCPU_IS_6358() && !BCMCPU_IS_6368()) in bcm63xx_pci_init()
162 if (BCMCPU_IS_6358() || BCMCPU_IS_6368()) in bcm63xx_pci_init()
/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_cpu.h70 # define BCMCPU_IS_6358() (bcm63xx_get_cpu_id() == BCM6358_CPU_ID) macro
72 # define BCMCPU_IS_6358() (0) macro