Searched defs:dm_pci_emul_ops (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | pci.h | 1299 struct dm_pci_emul_ops { struct 1306 int (*get_devfn)(struct udevice *dev); 1316 int (*read_config)(struct udevice *dev, uint offset, ulong *valuep, 1327 int (*write_config)(struct udevice *dev, uint offset, ulong value, 1339 int (*read_io)(struct udevice *dev, unsigned int addr, ulong *valuep, 1351 int (*write_io)(struct udevice *dev, unsigned int addr, 1389 #define pci_get_emul_ops(dev) ((struct dm_pci_emul_ops *)(dev)->driver->ops) argument
|