Searched defs:dm_pci_emul_ops (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | pci.h | 1459 struct dm_pci_emul_ops { struct 1466 int (*get_devfn)(struct udevice *dev); 1476 int (*read_config)(struct udevice *dev, uint offset, ulong *valuep, 1487 int (*write_config)(struct udevice *dev, uint offset, ulong value, 1499 int (*read_io)(struct udevice *dev, unsigned int addr, ulong *valuep, 1511 int (*write_io)(struct udevice *dev, unsigned int addr, 1549 #define pci_get_emul_ops(dev) ((struct dm_pci_emul_ops *)(dev)->driver->ops) argument
|