Lines Matching +full:0 +full:xfb000000
45 #define DBG(fmt...) do { printk(fmt); } while(0)
47 #define DBG(fmt...) do { } while(0)
50 #define MPC7448HPC2_PCI_CFG_PHYS 0xfb000000
55 if (bus == 0 && PCI_SLOT(devfn) == 0) in mpc7448_hpc2_exclude_device()
65 ppc_md.progress("mpc7448_hpc2_setup_arch():set_bridge", 0); in mpc7448_hpc2_setup_arch()
72 tsi108_setup_pci(np, MPC7448HPC2_PCI_CFG_PHYS, 0); in mpc7448_hpc2_setup_arch()
76 ppc_md.progress("tsi108: resources set", 0x100); in mpc7448_hpc2_setup_arch()
92 * TSI108:PB_INT[0] -> CPU0:INT#
106 mpic = mpic_alloc(NULL, 0, MPIC_BIG_ENDIAN | in mpc7448_hpc2_init_IRQ()
108 24, 0, in mpc7448_hpc2_init_IRQ()
113 mpic_assign_isu(mpic, 0, mpic->paddr + 0x100); in mpc7448_hpc2_init_IRQ()
129 cascade_pci_irq = irq_of_parse_and_map(tsi_pci, 0); in mpc7448_hpc2_init_IRQ()
130 DBG("%s: tsi108 cascade_pci_irq = 0x%x\n", __func__, in mpc7448_hpc2_init_IRQ()
137 tsi108_write_reg(TSI108_MPIC_OFFSET + 0x30c, 0); in mpc7448_hpc2_init_IRQ()
162 return 0; in mpc7448_hpc2_probe()
177 return 0; in mpc7448_machine_check_exception()