Searched refs:edma_cc (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/drivers/dma/ti/ |
D | edma.c | 217 struct edma_cc; 228 struct edma_cc *ecc; 238 struct edma_cc { struct 309 static inline unsigned int edma_read(struct edma_cc *ecc, int offset) in edma_read() 314 static inline void edma_write(struct edma_cc *ecc, int offset, int val) in edma_write() 319 static inline void edma_modify(struct edma_cc *ecc, int offset, unsigned and, in edma_modify() 329 static inline void edma_and(struct edma_cc *ecc, int offset, unsigned and) in edma_and() 337 static inline void edma_or(struct edma_cc *ecc, int offset, unsigned or) in edma_or() 345 static inline unsigned int edma_read_array(struct edma_cc *ecc, int offset, in edma_read_array() 351 static inline void edma_write_array(struct edma_cc *ecc, int offset, int i, in edma_write_array() [all …]
|
/Linux-v5.15/drivers/clk/davinci/ |
D | psc-dm646x.c | 37 LPSC(4, 0, edma_cc, pll1_sysclk2, NULL, LPSC_ALWAYS_ENABLED),
|