Lines Matching defs:addr
16 void rust_helper_iounmap(void __iomem *addr) in rust_helper_iounmap()
21 u8 rust_helper_readb(const void __iomem *addr) in rust_helper_readb()
26 u16 rust_helper_readw(const void __iomem *addr) in rust_helper_readw()
31 u32 rust_helper_readl(const void __iomem *addr) in rust_helper_readl()
37 u64 rust_helper_readq(const void __iomem *addr) in rust_helper_readq()
43 void rust_helper_writeb(u8 value, void __iomem *addr) in rust_helper_writeb()
48 void rust_helper_writew(u16 value, void __iomem *addr) in rust_helper_writew()
53 void rust_helper_writel(u32 value, void __iomem *addr) in rust_helper_writel()
59 void rust_helper_writeq(u64 value, void __iomem *addr) in rust_helper_writeq()
65 u8 rust_helper_readb_relaxed(const void __iomem *addr) in rust_helper_readb_relaxed()
70 u16 rust_helper_readw_relaxed(const void __iomem *addr) in rust_helper_readw_relaxed()
75 u32 rust_helper_readl_relaxed(const void __iomem *addr) in rust_helper_readl_relaxed()
81 u64 rust_helper_readq_relaxed(const void __iomem *addr) in rust_helper_readq_relaxed()
87 void rust_helper_writeb_relaxed(u8 value, void __iomem *addr) in rust_helper_writeb_relaxed()
92 void rust_helper_writew_relaxed(u16 value, void __iomem *addr) in rust_helper_writew_relaxed()
97 void rust_helper_writel_relaxed(u32 value, void __iomem *addr) in rust_helper_writel_relaxed()
103 void rust_helper_writeq_relaxed(u64 value, void __iomem *addr) in rust_helper_writeq_relaxed()