Searched refs:BCMCPU_IS_6348 (Results 1 – 11 of 11) sorted by relevance
37 if (BCMCPU_IS_6338() || BCMCPU_IS_6348()) in bcm63xx_spi_regs_init()80 if (BCMCPU_IS_6338() || BCMCPU_IS_6348()) { in bcm63xx_spi_register()
100 if (BCMCPU_IS_6348()) { in bcm63xx_machine_reboot()110 if (BCMCPU_IS_6348() && (bcm63xx_get_cpu_rev() == 0xa1)) in bcm63xx_machine_reboot()
64 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()
40 else if (BCMCPU_IS_6348()) in prom_init()
108 if (!BCMCPU_IS_6348() && !BCMCPU_IS_6358()) in bcm63xx_pcmcia_register()
224 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()
173 } else if (BCMCPU_IS_6348()) { in bcm63xx_reset_bits_init()
269 if (BCMCPU_IS_6338() || BCMCPU_IS_6348()) { in detect_memory_size()
824 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()
282 if (BCMCPU_IS_6348() && (bcm63xx_get_cpu_rev() & 0xf0) == 0xa0) { in bcm63xx_register_pci()
80 #define BCMCPU_IS_6348() (bcm63xx_get_cpu_id() == BCM6348_CPU_ID) macro