Searched refs:mem_limit_hi (Results 1 – 1 of 1) sorted by relevance
480 u32 mem_base_hi, mem_limit_hi; in pci_read_bridge_mmio_pref() local483 pci_read_config_dword(dev, PCI_PREF_LIMIT_UPPER32, &mem_limit_hi); in pci_read_bridge_mmio_pref()490 if (mem_base_hi <= mem_limit_hi) { in pci_read_bridge_mmio_pref()492 limit64 |= (u64) mem_limit_hi << 32; in pci_read_bridge_mmio_pref()