Lines Matching +full:re +full:- +full:routed
1 // SPDX-License-Identifier: GPL-2.0-only
33 #include <asm/pci-bridge.h>
60 /* Re-init the PCI bridge and LUT registers to have mappings that don't in holly_remap_bridge()
106 /* Set 64-bit PCI bus address for system memory */ in holly_remap_bridge()
136 * from the four external INT pins, PCI interrupts are routed via
140 * TSI108:PB_INT[0] -> CPU0:INT#
141 * TSI108:PB_INT[1] -> CPU0:MCP#
142 * TSI108:PB_INT[2] -> N/C
143 * TSI108:PB_INT[3] -> N/C
161 mpic_assign_isu(mpic, 0, mpic->paddr + 0x100); in holly_init_IRQ()
172 cascade_node = of_find_node_by_type(NULL, "pic-router"); in holly_init_IRQ()
205 bridge = of_find_node_by_type(NULL, "tsi-bridge"); in holly_restart()
215 * routed to the HLP interface */ in holly_restart()
235 * Called very early, device-tree isn't unflattened
249 if ((entry = search_exception_tables(regs->nip)) != NULL) { in ppc750_machine_check_exception()
251 regs->msr |= MSR_RI; in ppc750_machine_check_exception()
252 regs->nip = extable_fixup(entry); in ppc750_machine_check_exception()