Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpcie_dw_rockchip.c415 d = PCI_ADD_BUS(bus, d); in set_cfg_address()
H A Dpci-uclass.c53 return PCI_ADD_BUS(bus->seq, pplat->devfn); in dm_pci_get_bdf()
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h503 #define PCI_ADD_BUS(bus, devfn) (((bus) << 16) | (devfn)) macro