Lines Matching defs:addr
88 int addr; /* PE configuration address */ member
356 static inline u8 eeh_readb(const volatile void __iomem *addr) in eeh_readb()
364 static inline u16 eeh_readw(const volatile void __iomem *addr) in eeh_readw()
372 static inline u32 eeh_readl(const volatile void __iomem *addr) in eeh_readl()
380 static inline u64 eeh_readq(const volatile void __iomem *addr) in eeh_readq()
388 static inline u16 eeh_readw_be(const volatile void __iomem *addr) in eeh_readw_be()
396 static inline u32 eeh_readl_be(const volatile void __iomem *addr) in eeh_readl_be()
404 static inline u64 eeh_readq_be(const volatile void __iomem *addr) in eeh_readq_be()
426 static inline void eeh_readsb(const volatile void __iomem *addr, void * buf, in eeh_readsb()
434 static inline void eeh_readsw(const volatile void __iomem *addr, void * buf, in eeh_readsw()
442 static inline void eeh_readsl(const volatile void __iomem *addr, void * buf, in eeh_readsl()