Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pci/
H A Dpci_sandbox.c15 #define SANDBOX_PCI_DEVFN(d, f) ((d << 3) | f) macro
58 devfn = SANDBOX_PCI_DEVFN(PCI_DEV(devfn), in sandbox_pci_read_config()
103 devfn = SANDBOX_PCI_DEVFN(pdev, pfn); in sandbox_pci_probe()