Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dpci.h517 #define PCI_ADD_BUS(bus, devfn) (((bus) << 16) | (devfn)) macro
/openbmc/u-boot/drivers/pci/
H A Dpci-uclass.c51 return PCI_ADD_BUS(bus->seq, pplat->devfn); in dm_pci_get_bdf()