Searched refs:PCI_PREF_RANGE_MASK (Results 1 – 3 of 3) sorted by relevance
825 base = ((u64)tmp & PCI_PREF_RANGE_MASK) << 16; in tioce_kern_init()834 limit = ((u64)tmp & PCI_PREF_RANGE_MASK) << 16; in tioce_kern_init()
141 #define PCI_PREF_RANGE_MASK (~0x0fUL) macro
414 base64 = (mem_base_lo & PCI_PREF_RANGE_MASK) << 16; in pci_read_bridge_mmio_pref()415 limit64 = (mem_limit_lo & PCI_PREF_RANGE_MASK) << 16; in pci_read_bridge_mmio_pref()