Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpci_host_generic.h40 #define PCIE_FUNC_SHIFT 12 macro
49 (((func) & PCIE_FUNC_MASK) << PCIE_FUNC_SHIFT) | \
H A Dpci_host_generic_acpi.c70 #define PCIE_FUNC_SHIFT 12 macro
79 (((func) & PCIE_FUNC_MASK) << PCIE_FUNC_SHIFT) | \
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2838_xhci.c72 #define PCIE_FUNC_SHIFT 12 macro
163 pci_get_function(dev) << PCIE_FUNC_SHIFT; in bcm_xhci_install_xhci_firmware()