Home
last modified time | relevance | path

Searched refs:BCMCPU_IS_6348 (Results 1 – 11 of 11) sorted by relevance

/arch/mips/bcm63xx/
Dsetup.c100 if (BCMCPU_IS_6348()) { in bcm63xx_machine_reboot()
110 if (BCMCPU_IS_6348() && (bcm63xx_get_cpu_rev() == 0xa1)) in bcm63xx_machine_reboot()
Ddev-spi.c48 if (BCMCPU_IS_6338() || BCMCPU_IS_6348()) { in bcm63xx_spi_register()
Dclk.c64 else if (BCMCPU_IS_6348()) in enet_misc_set()
174 else if (BCMCPU_IS_6348()) in usbh_set()
212 else if (BCMCPU_IS_6348()) in spi_set()
Dprom.c40 else if (BCMCPU_IS_6348()) in prom_init()
Ddev-pcmcia.c108 if (!BCMCPU_IS_6348() && !BCMCPU_IS_6358()) in bcm63xx_pcmcia_register()
Dirq.c224 if (BCMCPU_IS_6348()) in bcm63xx_external_irq_mask()
246 if (BCMCPU_IS_6348()) in bcm63xx_external_irq_unmask()
269 if (BCMCPU_IS_6348()) in bcm63xx_external_irq_clear()
Dreset.c173 } else if (BCMCPU_IS_6348()) { in bcm63xx_reset_bits_init()
Dcpu.c269 if (BCMCPU_IS_6338() || BCMCPU_IS_6348()) { in detect_memory_size()
/arch/mips/bcm63xx/boards/
Dboard_bcm963xx.c824 if (BCMCPU_IS_6348()) in board_prom_init()
830 if (BCMCPU_IS_6348()) in board_prom_init()
835 if (BCMCPU_IS_6348()) in board_prom_init()
841 if (BCMCPU_IS_6348()) in board_prom_init()
/arch/mips/pci/
Dpci-bcm63xx.c282 if (BCMCPU_IS_6348() && (bcm63xx_get_cpu_rev() & 0xf0) == 0xa0) { in bcm63xx_register_pci()
/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_cpu.h80 #define BCMCPU_IS_6348() (bcm63xx_get_cpu_id() == BCM6348_CPU_ID) macro