Searched refs:edma_cc (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/dma/ |
D | edma.c | 202 struct edma_cc; 213 struct edma_cc *ecc; 223 struct edma_cc { struct 277 static inline unsigned int edma_read(struct edma_cc *ecc, int offset) in edma_read() 282 static inline void edma_write(struct edma_cc *ecc, int offset, int val) in edma_write() 287 static inline void edma_modify(struct edma_cc *ecc, int offset, unsigned and, in edma_modify() 297 static inline void edma_and(struct edma_cc *ecc, int offset, unsigned and) in edma_and() 305 static inline void edma_or(struct edma_cc *ecc, int offset, unsigned or) in edma_or() 313 static inline unsigned int edma_read_array(struct edma_cc *ecc, int offset, in edma_read_array() 319 static inline void edma_write_array(struct edma_cc *ecc, int offset, int i, in edma_write_array() [all …]
|