Home
last modified time | relevance | path

Searched refs:PCIE_FUNC_MASK (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/pci/
H A Dpci_host_generic.h43 #define PCIE_FUNC_MASK 0x07 macro
49 (((func) & PCIE_FUNC_MASK) << PCIE_FUNC_SHIFT) | \
H A Dpci_host_generic_acpi.c73 #define PCIE_FUNC_MASK 0x07 macro
79 (((func) & PCIE_FUNC_MASK) << PCIE_FUNC_SHIFT) | \