Searched defs:PCIE_CONF_FUNC (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/pci/ | ||
H A D | pci-aardvark.c | 120 #define PCIE_CONF_FUNC(fun) (((fun) & 0x7) << 12) macro |
H A D | pci_mvebu.c | 50 #define PCIE_CONF_FUNC(f) (((f) & 0x7) << 8) macro |