Lines Matching defs:ecc

213 	struct edma_cc			*ecc;  member
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()
325 static inline void edma_modify_array(struct edma_cc *ecc, int offset, int i, in edma_modify_array()
331 static inline void edma_or_array(struct edma_cc *ecc, int offset, int i, in edma_or_array()
337 static inline void edma_or_array2(struct edma_cc *ecc, int offset, int i, int j, in edma_or_array2()
343 static inline void edma_write_array2(struct edma_cc *ecc, int offset, int i, in edma_write_array2()
349 static inline unsigned int edma_shadow0_read(struct edma_cc *ecc, int offset) in edma_shadow0_read()
354 static inline unsigned int edma_shadow0_read_array(struct edma_cc *ecc, in edma_shadow0_read_array()
360 static inline void edma_shadow0_write(struct edma_cc *ecc, int offset, in edma_shadow0_write()
366 static inline void edma_shadow0_write_array(struct edma_cc *ecc, int offset, in edma_shadow0_write_array()
372 static inline unsigned int edma_param_read(struct edma_cc *ecc, int offset, in edma_param_read()
378 static inline void edma_param_write(struct edma_cc *ecc, int offset, in edma_param_write()
384 static inline void edma_param_modify(struct edma_cc *ecc, int offset, in edma_param_modify()
390 static inline void edma_param_and(struct edma_cc *ecc, int offset, int param_no, in edma_param_and()
396 static inline void edma_param_or(struct edma_cc *ecc, int offset, int param_no, in edma_param_or()
414 static void edma_assign_priority_to_queue(struct edma_cc *ecc, int queue_no, in edma_assign_priority_to_queue()
424 struct edma_cc *ecc = echan->ecc; in edma_set_chmap() local
435 struct edma_cc *ecc = echan->ecc; in edma_setup_interrupt() local
452 static void edma_write_slot(struct edma_cc *ecc, unsigned slot, in edma_write_slot()
461 static void edma_read_slot(struct edma_cc *ecc, unsigned slot, in edma_read_slot()
485 static int edma_alloc_slot(struct edma_cc *ecc, int slot) in edma_alloc_slot()
519 static void edma_free_slot(struct edma_cc *ecc, unsigned slot) in edma_free_slot()
537 static void edma_link(struct edma_cc *ecc, unsigned from, unsigned to) in edma_link()
559 static dma_addr_t edma_get_position(struct edma_cc *ecc, unsigned slot, in edma_get_position()
579 struct edma_cc *ecc = echan->ecc; in edma_start() local
606 struct edma_cc *ecc = echan->ecc; in edma_stop() local
650 struct edma_cc *ecc = echan->ecc; in edma_trigger_channel() local
662 struct edma_cc *ecc = echan->ecc; in edma_clean_channel() local
680 struct edma_cc *ecc = echan->ecc; in edma_assign_channel_eventq() local
698 struct edma_cc *ecc = echan->ecc; in edma_alloc_channel() local
745 struct edma_cc *ecc = echan->ecc; in edma_execute() local
1402 struct edma_cc *ecc = data; in dma_irq_handler() local
1447 struct edma_cc *ecc = echan->ecc; in edma_error_handler() local
1486 static inline bool edma_error_pending(struct edma_cc *ecc) in edma_error_pending()
1499 struct edma_cc *ecc = data; in dma_ccerr_handler() local
1593 struct edma_cc *ecc = echan->ecc; in edma_alloc_chan_resources() local
1772 static void edma_dma_init(struct edma_cc *ecc, bool legacy_mode) in edma_dma_init()
1856 struct edma_cc *ecc) in edma_setup_from_hw()
2070 struct edma_cc *ecc = ofdma->of_dma_data; in of_edma_xlate() local
2130 struct edma_cc *ecc; in edma_probe() local
2348 struct edma_cc *ecc = dev_get_drvdata(dev); in edma_remove() local
2363 struct edma_cc *ecc = dev_get_drvdata(dev); in edma_pm_suspend() local
2379 struct edma_cc *ecc = dev_get_drvdata(dev); in edma_pm_resume() local