Lines Matching defs:addr
90 int addr; /* PE configuration address */ member
361 static inline u8 eeh_readb(const volatile void __iomem *addr) in eeh_readb()
369 static inline u16 eeh_readw(const volatile void __iomem *addr) in eeh_readw()
377 static inline u32 eeh_readl(const volatile void __iomem *addr) in eeh_readl()
385 static inline u64 eeh_readq(const volatile void __iomem *addr) in eeh_readq()
393 static inline u16 eeh_readw_be(const volatile void __iomem *addr) in eeh_readw_be()
401 static inline u32 eeh_readl_be(const volatile void __iomem *addr) in eeh_readl_be()
409 static inline u64 eeh_readq_be(const volatile void __iomem *addr) in eeh_readq_be()
431 static inline void eeh_readsb(const volatile void __iomem *addr, void * buf, in eeh_readsb()
439 static inline void eeh_readsw(const volatile void __iomem *addr, void * buf, in eeh_readsw()
447 static inline void eeh_readsl(const volatile void __iomem *addr, void * buf, in eeh_readsl()