Searched refs:lobase (Results 1 – 1 of 1) sorted by relevance
3291 uint32_t lobase, hibase = 0; in create_ioapic_node() local3294 lobase = (*pci_getl_func)(bus, dev, fn, PCI_CONF_BASE0); in create_ioapic_node()3297 if ((lobase & PCI_BASE_SPACE_M) != PCI_BASE_SPACE_MEM) in create_ioapic_node()3300 if ((lobase & PCI_BASE_TYPE_M) == PCI_BASE_TYPE_ALL) in create_ioapic_node()3303 lobase &= PCI_BASE_M_ADDR_M; in create_ioapic_node()3305 physaddr = (((uint64_t)hibase) << 32) | lobase; in create_ioapic_node()