Searched refs:PCI_BRIDGE_MEMORY_ADDR (Results 1 – 3 of 3) sorted by relevance
415 __SHIFTIN((start >> 16) & PCI_BRIDGE_MEMORY_ADDR, in rbus_pci_addr_fixup()419 & PCI_BRIDGE_MEMORY_ADDR, PCI_BRIDGE_MEMORY_LIMIT)); in rbus_pci_addr_fixup()
1391 #define PCI_BRIDGE_MEMORY_ADDR 0xfff0 macro1394 & PCI_BRIDGE_MEMORY_ADDR) << 16)1397 & PCI_BRIDGE_MEMORY_ADDR) << 16) | 0x000fffff)
1190 mem = __SHIFTIN((mem_base >> 16) & PCI_BRIDGE_MEMORY_ADDR, in configure_bridge()1192 mem |= __SHIFTIN((mem_limit >> 16) & PCI_BRIDGE_MEMORY_ADDR, in configure_bridge()