Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/sandbox/lib/
H A Dpci_io.c26 struct dm_pci_emul_ops *ops = pci_get_emul_ops(dev); in pci_map_physmem()
44 struct dm_pci_emul_ops *ops = pci_get_emul_ops(dev); in pci_unmap_physmem()
60 struct dm_pci_emul_ops *ops = pci_get_emul_ops(dev); in pci_io_read()
81 struct dm_pci_emul_ops *ops = pci_get_emul_ops(dev); in pci_io_write()
/openbmc/u-boot/drivers/pci/
H A Dpci_sandbox.c35 ops = pci_get_emul_ops(emul); in sandbox_pci_write_config()
72 ops = pci_get_emul_ops(emul); in sandbox_pci_read_config()
/openbmc/u-boot/include/
H A Dpci.h1552 #define pci_get_emul_ops(dev) ((struct dm_pci_emul_ops *)(dev)->driver->ops) macro