Home
last modified time | relevance | path

Searched refs:base64 (Results 1 – 1 of 1) sorted by relevance

/drivers/pci/
Dprobe.c464 u64 base64, limit64; in pci_read_bridge_mmio_pref() local
472 base64 = (mem_base_lo & PCI_PREF_RANGE_MASK) << 16; in pci_read_bridge_mmio_pref()
487 base64 |= (u64) mem_base_hi << 32; in pci_read_bridge_mmio_pref()
492 base = (pci_bus_addr_t) base64; in pci_read_bridge_mmio_pref()
495 if (base != base64) { in pci_read_bridge_mmio_pref()
497 (unsigned long long) base64); in pci_read_bridge_mmio_pref()