Lines Matching refs:cx18
3 * cx18 driver PCI memory mapped IO access routines
12 #include "cx18-driver.h"
24 static inline u32 cx18_raw_readl(struct cx18 *cx, const void __iomem *addr)
30 void cx18_raw_writel_noretry(struct cx18 *cx, u32 val, void __iomem *addr)
35 static inline void cx18_raw_writel(struct cx18 *cx, u32 val, void __iomem *addr)
46 static inline u32 cx18_readl(struct cx18 *cx, const void __iomem *addr)
52 void cx18_writel_noretry(struct cx18 *cx, u32 val, void __iomem *addr)
57 static inline void cx18_writel(struct cx18 *cx, u32 val, void __iomem *addr)
68 void cx18_writel_expect(struct cx18 *cx, u32 val, void __iomem *addr,
84 static inline u16 cx18_readw(struct cx18 *cx, const void __iomem *addr)
90 void cx18_writew_noretry(struct cx18 *cx, u16 val, void __iomem *addr)
95 static inline void cx18_writew(struct cx18 *cx, u16 val, void __iomem *addr)
105 static inline u8 cx18_readb(struct cx18 *cx, const void __iomem *addr)
111 void cx18_writeb_noretry(struct cx18 *cx, u8 val, void __iomem *addr)
116 static inline void cx18_writeb(struct cx18 *cx, u8 val, void __iomem *addr)
127 void cx18_memcpy_fromio(struct cx18 *cx, void *to,
133 void cx18_memset_io(struct cx18 *cx, void __iomem *addr, int val, size_t count);
137 static inline void cx18_write_reg_noretry(struct cx18 *cx, u32 val, u32 reg)
142 static inline void cx18_write_reg(struct cx18 *cx, u32 val, u32 reg)
147 static inline void cx18_write_reg_expect(struct cx18 *cx, u32 val, u32 reg,
153 static inline u32 cx18_read_reg(struct cx18 *cx, u32 reg)
160 static inline void cx18_write_enc(struct cx18 *cx, u32 val, u32 addr)
165 static inline u32 cx18_read_enc(struct cx18 *cx, u32 addr)
170 void cx18_sw1_irq_enable(struct cx18 *cx, u32 val);
171 void cx18_sw1_irq_disable(struct cx18 *cx, u32 val);
172 void cx18_sw2_irq_enable(struct cx18 *cx, u32 val);
173 void cx18_sw2_irq_disable(struct cx18 *cx, u32 val);
174 void cx18_sw2_irq_disable_cpu(struct cx18 *cx, u32 val);
175 void cx18_setup_page(struct cx18 *cx, u32 addr);