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