Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/common/
Dedma.c334 ctlr = EDMA_CTLR(lch); in setup_dma_interrupt()
601 ctlr = EDMA_CTLR(pdev->resource[i].start); in prepare_unused_channel_list()
669 ctlr = EDMA_CTLR(channel); in edma_alloc_channel()
735 ctlr = EDMA_CTLR(channel); in edma_free_channel()
808 ctlr = EDMA_CTLR(slot); in edma_free_slot()
900 ctlr = EDMA_CTLR(slot); in edma_free_cont_slots()
909 ctlr = EDMA_CTLR(i); in edma_free_cont_slots()
941 ctlr = EDMA_CTLR(slot); in edma_set_src()
979 ctlr = EDMA_CTLR(slot); in edma_set_dest()
1009 u32 offs, ctlr = EDMA_CTLR(slot); in edma_get_position()
[all …]
/linux-4.1.27/include/linux/platform_data/
Dedma.h103 #define EDMA_CTLR(i) ((i) >> 16) macro
/linux-4.1.27/drivers/dma/
Dedma.c501 edma_alloc_slot(EDMA_CTLR(echan->ch_num), in edma_prep_slave_sg()
657 edma_alloc_slot(EDMA_CTLR(echan->ch_num), in edma_prep_dma_cyclic()
824 EDMA_CTLR(echan->ch_num), in edma_alloc_chan_resources()
834 EDMA_CTLR(echan->ch_num), EDMA_CHAN_SLOT(echan->ch_num)); in edma_alloc_chan_resources()