Searched refs:sandbox_pci_get_emul (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/pci/ |
H A D | pci_sandbox.c | 32 ret = sandbox_pci_get_emul(bus, devfn, &container, &emul); in sandbox_pci_write_config() 53 ret = sandbox_pci_get_emul(bus, devfn, &container, &emul); in sandbox_pci_read_config()
|
H A D | pci-emul-uclass.c | 18 int sandbox_pci_get_emul(struct udevice *bus, pci_dev_t find_devfn, in sandbox_pci_get_emul() function
|
/openbmc/u-boot/include/ |
H A D | pci.h | 1565 int sandbox_pci_get_emul(struct udevice *bus, pci_dev_t find_devfn,
|