Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/pci/
H A Dpci_boot.c3292 uint32_t lobase, hibase = 0; in create_ioapic_node() local
3302 hibase = (*pci_getl_func)(bus, dev, fn, PCI_CONF_BASE0 + 4); in create_ioapic_node()
3306 physaddr = (((uint64_t)hibase) << 32) | lobase; in create_ioapic_node()