Searched refs:BCMCPU_IS_6348 (Results 1 – 11 of 11) sorted by relevance
100 if (BCMCPU_IS_6348()) { in bcm63xx_machine_reboot()110 if (BCMCPU_IS_6348() && (bcm63xx_get_cpu_rev() == 0xa1)) in bcm63xx_machine_reboot()
48 if (BCMCPU_IS_6338() || BCMCPU_IS_6348()) { in bcm63xx_spi_register()
40 else if (BCMCPU_IS_6348()) in prom_init()
66 else if (BCMCPU_IS_6348()) in enet_misc_set()211 else if (BCMCPU_IS_6348()) in usbh_set()249 else if (BCMCPU_IS_6348()) in spi_set()
223 if (BCMCPU_IS_6348()) in bcm63xx_external_irq_mask()245 if (BCMCPU_IS_6348()) in bcm63xx_external_irq_unmask()268 if (BCMCPU_IS_6348()) in bcm63xx_external_irq_clear()
108 if (!BCMCPU_IS_6348() && !BCMCPU_IS_6358()) in bcm63xx_pcmcia_register()
174 } else if (BCMCPU_IS_6348()) { in bcm63xx_reset_bits_init()
269 if (BCMCPU_IS_6338() || BCMCPU_IS_6348()) { in detect_memory_size()
805 if (BCMCPU_IS_6348()) in board_prom_init()811 if (BCMCPU_IS_6348()) in board_prom_init()816 if (BCMCPU_IS_6348()) in board_prom_init()822 if (BCMCPU_IS_6348()) in board_prom_init()
282 if (BCMCPU_IS_6348() && (bcm63xx_get_cpu_rev() & 0xf0) == 0xa0) { in bcm63xx_register_pci()
81 #define BCMCPU_IS_6348() (bcm63xx_get_cpu_id() == BCM6348_CPU_ID) macro