Home
last modified time | relevance | path

Searched refs:BCMCPU_IS_6338 (Results 1 – 6 of 6) sorted by relevance

/arch/mips/bcm63xx/
Dprom.c29 if (BCMCPU_IS_6338()) in prom_init()
Ddev-enet.c107 if (unit == 1 && BCMCPU_IS_6338()) in bcm63xx_enet_register()
113 if (BCMCPU_IS_6338()) in bcm63xx_enet_register()
Dclk.c53 if (BCMCPU_IS_6338()) in enet_misc_set()
180 if (BCMCPU_IS_6338()) in spi_set()
Dcpu.c178 if (BCMCPU_IS_6338() || BCMCPU_IS_6348()) { in detect_memory_size()
Dirq.c431 if (BCMCPU_IS_6338() || BCMCPU_IS_6358() || BCMCPU_IS_6368()) { in bcm63xx_external_irq_set_type()
/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_cpu.h31 # define BCMCPU_IS_6338() (bcm63xx_get_cpu_id() == BCM6338_CPU_ID) macro
33 # define BCMCPU_IS_6338() (0) macro