Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci-uclass.c123 return pci_bus_find_devfn(bus, PCI_MASK_BUS(bdf), devp); in dm_pci_bus_find_bdf()
715 ret = pci_bus_find_devfn(bus, PCI_MASK_BUS(bdf), &dev); in pci_bind_bus_devices()
743 pplat->devfn = PCI_MASK_BUS(bdf); in pci_bind_bus_devices()
H A Dpcie_dw_rockchip.c414 d = PCI_MASK_BUS(d); in set_cfg_address()
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h502 #define PCI_MASK_BUS(bdf) ((bdf) & 0xffff) macro