Home
last modified time | relevance | path

Searched defs:PCIE_CONF_FUNC (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/pci/
H A Dpci-aardvark.c120 #define PCIE_CONF_FUNC(fun) (((fun) & 0x7) << 12) macro
H A Dpci_mvebu.c50 #define PCIE_CONF_FUNC(f) (((f) & 0x7) << 8) macro