Searched defs:dm_pci_emul_ops (Results 1 – 1 of 1) sorted by relevance
/u-boot/include/ |
A D | pci.h | 1585 struct dm_pci_emul_ops { struct 1595 int (*read_config)(const struct udevice *dev, uint offset, 1606 int (*write_config)(struct udevice *dev, uint offset, ulong value, 1618 int (*read_io)(struct udevice *dev, unsigned int addr, ulong *valuep, 1630 int (*write_io)(struct udevice *dev, unsigned int addr, 1668 #define pci_get_emul_ops(dev) ((struct dm_pci_emul_ops *)(dev)->driver->ops) argument
|
Completed in 9 milliseconds