Home
last modified time | relevance | path

Searched refs:dm_pci_emul_ops (Results 1 – 4 of 4) 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.c28 struct dm_pci_emul_ops *ops; in sandbox_pci_write_config()
46 struct dm_pci_emul_ops *ops; in sandbox_pci_read_config()
/openbmc/u-boot/drivers/misc/
H A Dswap_case.c295 struct dm_pci_emul_ops sandbox_swap_case_emul_ops = {
/openbmc/u-boot/include/
H A Dpci.h1462 struct dm_pci_emul_ops { struct
1552 #define pci_get_emul_ops(dev) ((struct dm_pci_emul_ops *)(dev)->driver->ops) argument