Lines Matching +full:0 +full:xc00000
85 ((unsigned long)off & 0xFCUL); in u3_agp_cfa0()
92 ((unsigned long)off & 0xFCUL) | in u3_agp_cfa1()
113 offset &= 0x07; in u3_agp_cfg_access()
192 return u3_ht_cfa0(devfn, off) + (bus << 16) + 0x01000000UL; in u3_ht_cfa1()
199 if (PCI_SLOT(devfn) == 0) in u3_ht_cfg_access()
264 if (bus->number == hose->first_busno && devfn == PCI_DEVFN(0, 0)) in u3_ht_read_config()
267 if (offset > 0xff) in u3_ht_read_config()
302 if (bus->number == hose->first_busno && devfn == PCI_DEVFN(0, 0)) in u3_ht_write_config()
305 if (offset > 0xff) in u3_ht_write_config()
340 (off & 0xfcu); in u4_pcie_cfa0()
349 (off & 0xfcu) | 1u; in u4_pcie_cfa1()
367 offset &= 0x03; in u4_pcie_cfg_access()
380 if (offset >= 0x1000) in u4_pcie_read_config()
411 if (offset >= 0x1000) in u4_pcie_write_config()
451 hose->first_busno = 0xf0; in setup_u3_agp()
452 hose->last_busno = 0xff; in setup_u3_agp()
454 hose->cfg_addr = ioremap(0xf0000000 + 0x800000, 0x1000); in setup_u3_agp()
455 hose->cfg_data = ioremap(0xf0000000 + 0xc00000, 0x1000); in setup_u3_agp()
466 hose->cfg_addr = ioremap(0xf0000000 + 0x800000, 0x1000); in setup_u4_pcie()
467 hose->cfg_data = ioremap(0xf0000000 + 0xc00000, 0x1000); in setup_u4_pcie()
480 hose->cfg_data = ioremap(0xf2000000, 0x02000000); in setup_u3_ht()
481 hose->cfg_addr = ioremap(0xf8070000, 0x1000); in setup_u3_ht()
483 hose->first_busno = 0; in setup_u3_ht()
484 hose->last_busno = 0xef; in setup_u3_ht()
501 printk(KERN_WARNING "Can't get bus-range for %pOF, assume bus 0\n", in maple_add_bridge()
508 hose->first_busno = bus_range ? bus_range[0] : 0; in maple_add_bridge()
509 hose->last_busno = bus_range ? bus_range[1] : 0xff; in maple_add_bridge()
516 primary = 0; in maple_add_bridge()
524 primary = 0; in maple_add_bridge()
542 return 0; in maple_add_bridge()
551 if (u4_pcie != NULL && dev->bus->number == 0 && in maple_pci_irq_fixup()
565 dev->irq = 0; in maple_pci_irq_fixup()
577 return 0; in maple_pci_root_bridge_prepare()
584 PCI_DN(np)->busno = 0xf0; in maple_pci_root_bridge_prepare()
586 PCI_DN(child)->busno = 0xf0; in maple_pci_root_bridge_prepare()
588 return 0; in maple_pci_root_bridge_prepare()
611 maple_add_bridge(np) == 0) in maple_pci_init()
623 if (ht && maple_add_bridge(ht) != 0) in maple_pci_init()
648 irq = irq_of_parse_and_map(np, channel & 0x1); in maple_pci_get_legacy_ide_irq()