Searched defs:PCIE_CONF_BUS (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/pci/ | ||
H A D | pci-aardvark.c | 118 #define PCIE_CONF_BUS(bus) (((bus) & 0xff) << 20) macro |
H A D | pci_mvebu.c | 48 #define PCIE_CONF_BUS(b) (((b) & 0xff) << 16) macro |