Searched refs:OFW_PCI_PHYS_HI_FUNCTIONSHIFT (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/dev/ofw/
H A Dofw_pci.h77 #define OFW_PCI_PHYS_HI_FUNCTIONSHIFT 8 macro
90 (((hi) & OFW_PCI_PHYS_HI_FUNCTIONMASK) >> OFW_PCI_PHYS_HI_FUNCTIONSHIFT)
H A Dofwpci.c291 (pci_get_function(dev) << OFW_PCI_PHYS_HI_FUNCTIONSHIFT);
/freebsd-11.0-release/sys/powerpc/ofw/
H A Dofw_pcib_pci.c147 (pci_get_function(dev) << OFW_PCI_PHYS_HI_FUNCTIONSHIFT);
H A Dofw_pci.c267 (pci_get_function(dev) << OFW_PCI_PHYS_HI_FUNCTIONSHIFT);
/freebsd-11.0-release/sys/dev/pci/
H A Dpci_host_generic.c437 (pci_get_function(dev) << OFW_PCI_PHYS_HI_FUNCTIONSHIFT);
/freebsd-11.0-release/sys/arm/mv/
H A Dmv_pci.c1078 (pci_get_function(dev) << OFW_PCI_PHYS_HI_FUNCTIONSHIFT);

Completed in 152 milliseconds