Searched refs:hibase (Results 1 – 1 of 1) sorted by relevance
3291 uint32_t lobase, hibase = 0; in create_ioapic_node() local3301 hibase = (*pci_getl_func)(bus, dev, fn, PCI_CONF_BASE0 + 4); in create_ioapic_node()3305 physaddr = (((uint64_t)hibase) << 32) | lobase; in create_ioapic_node()