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

/freebsd-10-stable/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)
/freebsd-10-stable/sys/powerpc/ofw/
H A Dofw_pcib_pci.c150 (pci_get_function(dev) << OFW_PCI_PHYS_HI_FUNCTIONSHIFT);
H A Dofw_pci.c270 (pci_get_function(dev) << OFW_PCI_PHYS_HI_FUNCTIONSHIFT);
/freebsd-10-stable/sys/arm/mv/
H A Dmv_pci.c1064 (pci_get_function(dev) << OFW_PCI_PHYS_HI_FUNCTIONSHIFT);

Completed in 109 milliseconds