Searched defs:iomap_ops (Results 1 – 2 of 2) sorted by relevance
45 struct iomap_ops { struct46 unsigned int (*read8)(const void __iomem *);47 unsigned int (*read16)(const void __iomem *);48 unsigned int (*read16be)(const void __iomem *);49 unsigned int (*read32)(const void __iomem *);50 unsigned int (*read32be)(const void __iomem *);52 u64 (*read64)(const void __iomem *);53 u64 (*read64be)(const void __iomem *);55 void (*write8)(u8, void __iomem *);56 void (*write16)(u16, void __iomem *);[all …]
19 static struct iomap_ops { struct23 } iomap_ops = { variable