Home
last modified time | relevance | path

Searched refs:edma_cc (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/dma/ti/
Dedma.c208 struct edma_cc;
219 struct edma_cc *ecc;
229 struct edma_cc { struct
300 static inline unsigned int edma_read(struct edma_cc *ecc, int offset) in edma_read()
305 static inline void edma_write(struct edma_cc *ecc, int offset, int val) in edma_write()
310 static inline void edma_modify(struct edma_cc *ecc, int offset, unsigned and, in edma_modify()
320 static inline void edma_or(struct edma_cc *ecc, int offset, unsigned or) in edma_or()
328 static inline unsigned int edma_read_array(struct edma_cc *ecc, int offset, in edma_read_array()
334 static inline void edma_write_array(struct edma_cc *ecc, int offset, int i, in edma_write_array()
340 static inline void edma_modify_array(struct edma_cc *ecc, int offset, int i, in edma_modify_array()
[all …]