Lines Matching refs:edma_cc

209 struct edma_cc;
220 struct edma_cc *ecc;
230 struct edma_cc { struct
301 static inline unsigned int edma_read(struct edma_cc *ecc, int offset) in edma_read()
306 static inline void edma_write(struct edma_cc *ecc, int offset, int val) in edma_write()
311 static inline void edma_modify(struct edma_cc *ecc, int offset, unsigned and, in edma_modify()
321 static inline void edma_and(struct edma_cc *ecc, int offset, unsigned and) in edma_and()
329 static inline void edma_or(struct edma_cc *ecc, int offset, unsigned or) in edma_or()
337 static inline unsigned int edma_read_array(struct edma_cc *ecc, int offset, in edma_read_array()
343 static inline void edma_write_array(struct edma_cc *ecc, int offset, int i, in edma_write_array()
349 static inline void edma_modify_array(struct edma_cc *ecc, int offset, int i, in edma_modify_array()
355 static inline void edma_or_array2(struct edma_cc *ecc, int offset, int i, int j, in edma_or_array2()
361 static inline void edma_write_array2(struct edma_cc *ecc, int offset, int i, in edma_write_array2()
367 static inline unsigned int edma_shadow0_read_array(struct edma_cc *ecc, in edma_shadow0_read_array()
373 static inline void edma_shadow0_write(struct edma_cc *ecc, int offset, in edma_shadow0_write()
379 static inline void edma_shadow0_write_array(struct edma_cc *ecc, int offset, in edma_shadow0_write_array()
385 static inline void edma_param_modify(struct edma_cc *ecc, int offset, in edma_param_modify()
391 static void edma_assign_priority_to_queue(struct edma_cc *ecc, int queue_no, in edma_assign_priority_to_queue()
401 struct edma_cc *ecc = echan->ecc; in edma_set_chmap()
412 struct edma_cc *ecc = echan->ecc; in edma_setup_interrupt()
428 static void edma_write_slot(struct edma_cc *ecc, unsigned slot, in edma_write_slot()
437 static int edma_read_slot(struct edma_cc *ecc, unsigned slot, in edma_read_slot()
463 static int edma_alloc_slot(struct edma_cc *ecc, int slot) in edma_alloc_slot()
497 static void edma_free_slot(struct edma_cc *ecc, unsigned slot) in edma_free_slot()
515 static void edma_link(struct edma_cc *ecc, unsigned from, unsigned to) in edma_link()
537 static dma_addr_t edma_get_position(struct edma_cc *ecc, unsigned slot, in edma_get_position()
557 struct edma_cc *ecc = echan->ecc; in edma_start()
584 struct edma_cc *ecc = echan->ecc; in edma_stop()
630 struct edma_cc *ecc = echan->ecc; in edma_trigger_channel()
643 struct edma_cc *ecc = echan->ecc; in edma_clean_channel()
662 struct edma_cc *ecc = echan->ecc; in edma_assign_channel_eventq()
680 struct edma_cc *ecc = echan->ecc; in edma_alloc_channel()
729 struct edma_cc *ecc = echan->ecc; in edma_execute()
1502 struct edma_cc *ecc = data; in dma_irq_handler()
1547 struct edma_cc *ecc = echan->ecc; in edma_error_handler()
1588 static inline bool edma_error_pending(struct edma_cc *ecc) in edma_error_pending()
1601 struct edma_cc *ecc = data; in dma_ccerr_handler()
1677 struct edma_cc *ecc = echan->ecc; in edma_alloc_chan_resources()
1931 static void edma_dma_init(struct edma_cc *ecc, bool legacy_mode) in edma_dma_init()
2028 struct edma_cc *ecc) in edma_setup_from_hw()
2241 struct edma_cc *ecc = ofdma->of_dma_data; in of_edma_xlate()
2301 struct edma_cc *ecc; in edma_probe()
2565 struct edma_cc *ecc = dev_get_drvdata(dev); in edma_remove()
2587 struct edma_cc *ecc = dev_get_drvdata(dev); in edma_pm_suspend()
2601 struct edma_cc *ecc = dev_get_drvdata(dev); in edma_pm_resume()