Searched refs:addr_type (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/kernel/dev/pcie/
H A Dpci_config.cpp159 fbl::RefPtr<PciConfig> PciConfig::Create(uintptr_t base, PciAddrSpace addr_type) { argument
163 LTRACEF("base %#" PRIxPTR ", type %s\n", base, (addr_type == PciAddrSpace::PIO) ? "PIO" : "MIO");
165 if (addr_type == PciAddrSpace::PIO) {
/fuchsia/zircon/kernel/dev/pcie/include/dev/
H A Dpci_config.h116 * @param addr_type An enum value of PciAddrSpace to identify the time of address
121 static fbl::RefPtr<PciConfig> Create(uintptr_t base, PciAddrSpace addr_type);

Completed in 24 milliseconds