Lines Matching refs:edma_cc

208 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()
346 static inline void edma_or_array2(struct edma_cc *ecc, int offset, int i, int j, in edma_or_array2()
352 static inline void edma_write_array2(struct edma_cc *ecc, int offset, int i, in edma_write_array2()
358 static inline unsigned int edma_shadow0_read_array(struct edma_cc *ecc, in edma_shadow0_read_array()
364 static inline void edma_shadow0_write(struct edma_cc *ecc, int offset, in edma_shadow0_write()
370 static inline void edma_shadow0_write_array(struct edma_cc *ecc, int offset, in edma_shadow0_write_array()
376 static inline void edma_param_modify(struct edma_cc *ecc, int offset, in edma_param_modify()
382 static void edma_assign_priority_to_queue(struct edma_cc *ecc, int queue_no, in edma_assign_priority_to_queue()
392 struct edma_cc *ecc = echan->ecc; in edma_set_chmap()
403 struct edma_cc *ecc = echan->ecc; in edma_setup_interrupt()
419 static void edma_write_slot(struct edma_cc *ecc, unsigned slot, in edma_write_slot()
428 static int edma_read_slot(struct edma_cc *ecc, unsigned slot, in edma_read_slot()
454 static int edma_alloc_slot(struct edma_cc *ecc, int slot) in edma_alloc_slot()
488 static void edma_free_slot(struct edma_cc *ecc, unsigned slot) in edma_free_slot()
506 static void edma_link(struct edma_cc *ecc, unsigned from, unsigned to) in edma_link()
528 static dma_addr_t edma_get_position(struct edma_cc *ecc, unsigned slot, in edma_get_position()
548 struct edma_cc *ecc = echan->ecc; in edma_start()
575 struct edma_cc *ecc = echan->ecc; in edma_stop()
621 struct edma_cc *ecc = echan->ecc; in edma_trigger_channel()
634 struct edma_cc *ecc = echan->ecc; in edma_clean_channel()
653 struct edma_cc *ecc = echan->ecc; in edma_assign_channel_eventq()
671 struct edma_cc *ecc = echan->ecc; in edma_alloc_channel()
720 struct edma_cc *ecc = echan->ecc; in edma_execute()
1493 struct edma_cc *ecc = data; in dma_irq_handler()
1538 struct edma_cc *ecc = echan->ecc; in edma_error_handler()
1579 static inline bool edma_error_pending(struct edma_cc *ecc) in edma_error_pending()
1592 struct edma_cc *ecc = data; in dma_ccerr_handler()
1668 struct edma_cc *ecc = echan->ecc; in edma_alloc_chan_resources()
1922 static void edma_dma_init(struct edma_cc *ecc, bool legacy_mode) in edma_dma_init()
2019 struct edma_cc *ecc) in edma_setup_from_hw()
2232 struct edma_cc *ecc = ofdma->of_dma_data; in of_edma_xlate()
2292 struct edma_cc *ecc; in edma_probe()
2566 struct edma_cc *ecc = dev_get_drvdata(dev); in edma_remove()
2588 struct edma_cc *ecc = dev_get_drvdata(dev); in edma_pm_suspend()
2602 struct edma_cc *ecc = dev_get_drvdata(dev); in edma_pm_resume()