Home
last modified time | relevance | path

Searched refs:PCIE_FUNC_SHIFT (Results 1 – 2 of 2) 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) | \