Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/macppc/pci/
Dpci_machdep.c110 if (f != OFW_PCI_PHYS_HI_FUNCTION(reg.phys_hi)) in pci_make_tag()
287 f = OFW_PCI_PHYS_HI_FUNCTION(reg.phys_hi); in ofw_enumerate_pcibus()
315 f = OFW_PCI_PHYS_HI_FUNCTION(reg.phys_hi); in ofw_enumerate_pcibus()
/openbsd/src/sys/dev/ofw/
Dofw_pci.h88 #define OFW_PCI_PHYS_HI_FUNCTION(hi) \ macro
/openbsd/src/sys/arch/sparc64/dev/
Dpci_machdep.c208 if (f != OFW_PCI_PHYS_HI_FUNCTION(reg.phys_hi)) in pci_make_tag()
294 f = OFW_PCI_PHYS_HI_FUNCTION(reg.phys_hi); in sparc64_pci_enumerate_bus()