Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Dpci.h1507 struct dm_pci_emul_ops { struct
1517 int (*read_config)(struct udevice *dev, uint offset, ulong *valuep,
1528 int (*write_config)(struct udevice *dev, uint offset, ulong value,
1540 int (*read_io)(struct udevice *dev, unsigned int addr, ulong *valuep,
1552 int (*write_io)(struct udevice *dev, unsigned int addr,
1590 #define pci_get_emul_ops(dev) ((struct dm_pci_emul_ops *)(dev)->driver->ops) argument