Home
last modified time | relevance | path

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

/external/u-boot/include/
Dpci.h1360 struct dm_pci_emul_ops { struct
1367 int (*get_devfn)(struct udevice *dev);
1377 int (*read_config)(struct udevice *dev, uint offset, ulong *valuep,
1388 int (*write_config)(struct udevice *dev, uint offset, ulong value,
1400 int (*read_io)(struct udevice *dev, unsigned int addr, ulong *valuep,
1412 int (*write_io)(struct udevice *dev, unsigned int addr,
1450 #define pci_get_emul_ops(dev) ((struct dm_pci_emul_ops *)(dev)->driver->ops) argument