Lines Matching +full:re +full:- +full:routed
1 // SPDX-License-Identifier: GPL-2.0-only
34 #include <asm/pci-bridge.h>
61 /* Re-init the PCI bridge and LUT registers to have mappings that don't in holly_remap_bridge()
107 /* Set 64-bit PCI bus address for system memory */ in holly_remap_bridge()
142 * from the four external INT pins, PCI interrupts are routed via
146 * TSI108:PB_INT[0] -> CPU0:INT#
147 * TSI108:PB_INT[1] -> CPU0:MCP#
148 * TSI108:PB_INT[2] -> N/C
149 * TSI108:PB_INT[3] -> N/C
167 mpic_assign_isu(mpic, 0, mpic->paddr + 0x100); in holly_init_IRQ()
178 cascade_node = of_find_node_by_type(NULL, "pic-router"); in holly_init_IRQ()
213 bridge = of_find_node_by_type(NULL, "tsi-bridge"); in holly_restart()
224 * routed to the HLP interface */ in holly_restart()
248 if ((entry = search_exception_tables(regs->nip)) != NULL) { in ppc750_machine_check_exception()