Home
last modified time | relevance | path

Searched defs:dm_pci_emul_ops (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/include/
H A Dpci.h1462 struct dm_pci_emul_ops { struct
1469 int (*get_devfn)(struct udevice *dev);
1479 int (*read_config)(struct udevice *dev, uint offset, ulong *valuep,
1490 int (*write_config)(struct udevice *dev, uint offset, ulong value,
1502 int (*read_io)(struct udevice *dev, unsigned int addr, ulong *valuep,
1514 int (*write_io)(struct udevice *dev, unsigned int addr,
1552 #define pci_get_emul_ops(dev) ((struct dm_pci_emul_ops *)(dev)->driver->ops) argument