Lines Matching +full:dbg +full:- +full:halt
1 // SPDX-License-Identifier: GPL-2.0-or-later
36 #include <asm/pci-bridge.h>
43 #include <asm/ppc-pci.h>
49 #include <asm/cell-regs.h>
50 #include <asm/io-workarounds.h>
58 #define DBG(fmt...) udbg_printf(fmt) macro
60 #define DBG(fmt...) macro
90 if (dev->bus->self != NULL || dev->devfn != 0) in cell_fixup_pcie_rootcomplex()
93 hose = pci_bus_to_host(dev->bus); in cell_fixup_pcie_rootcomplex()
98 if (!of_device_is_compatible(hose->dn, "pciex")) in cell_fixup_pcie_rootcomplex()
102 s = of_get_property(hose->dn, "model", NULL); in cell_fixup_pcie_rootcomplex()
107 dev->resource[i].start = dev->resource[i].end = 0; in cell_fixup_pcie_rootcomplex()
108 dev->resource[i].flags = 0; in cell_fixup_pcie_rootcomplex()
125 phb->controller_ops = cell_pci_controller_ops; in cell_setup_phb()
127 np = phb->dn; in cell_setup_phb()
179 platform_device_register_simple("cbe-mic", node, NULL, 0); in cell_publish_devices()
191 for_each_node_by_name(dn, "interrupt-controller") { in mpic_init_IRQ()
192 if (!of_device_is_compatible(dn, "CBEA,platform-open-pic")) in mpic_init_IRQ()
196 * device-tree, just pass 0 to all arguments in mpic_init_IRQ()
251 !of_machine_is_compatible("IBM,CPBW-1.0")) in cell_probe()
265 .halt = rtas_halt, in define_machine()