Home
last modified time | relevance | path

Searched defs:idma64 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/dma/
H A Didma64.h146 #define channel_set_bit(idma64, reg, mask) \ argument
148 #define channel_clear_bit(idma64, reg, mask) \ argument
183 struct idma64 { struct
190 struct idma64_chan *chan; argument
193 static inline struct idma64 *to_idma64(struct dma_device *ddev) in to_idma64() argument
198 static inline u32 idma64_readl(struct idma64 *idma64, int offset) in idma64_readl()
203 static inline void idma64_writel(struct idma64 *idma64, int offset, u32 value) in idma64_writel()
208 #define dma_readl(idma64, reg) \ argument
210 #define dma_writel(idma64, reg, value) \ argument
226 struct idma64 *idma64; member