Searched refs:PCIE_CONF_FUNC (Results 1 – 3 of 3) sorted by relevance
128 #define PCIE_CONF_FUNC(fun) (((fun) & 0x7) << 12) macro132 PCIE_CONF_FUNC(PCI_FUNC(devfn)) | PCIE_CONF_REG(where))
54 #define PCIE_CONF_FUNC(f) (((f) & 0x7) << 8) macro57 PCIE_CONF_FUNC(PCI_FUNC(dev)) | PCIE_CONF_REG(reg) | \
117 #define PCIE_CONF_FUNC(f) (((f) & 0x7) << 16) macro
Completed in 8 milliseconds