Lines Matching +full:pic +full:- +full:no +full:- +full:reset
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()
94 /* Init the PCI LUTs to do no remapping */ in holly_remap_bridge()
107 /* Set 64-bit PCI bus address for system memory */ in holly_remap_bridge()
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()
174 printk(KERN_ERR "%s: No tsi108 pci node found !\n", __func__); in holly_init_IRQ()
178 cascade_node = of_find_node_by_type(NULL, "pic-router"); in holly_init_IRQ()
180 printk(KERN_ERR "%s: No tsi108 pci cascade node found !\n", __func__); in holly_init_IRQ()
213 bridge = of_find_node_by_type(NULL, "tsi-bridge"); in holly_restart()
230 /* Set SRR0 to the reset vector and turn on MSR_IP */ in holly_restart()
239 /* Spin until reset happens. Shouldn't really get here */ in holly_restart()
248 if ((entry = search_exception_tables(regs->nip)) != NULL) { in ppc750_machine_check_exception()