Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/common/
Dedma.c335 lch = EDMA_CHAN_SLOT(lch); in setup_dma_interrupt()
523 j = EDMA_CHAN_SLOT(i); in reserve_contiguous_slots()
590 clear_bit(EDMA_CHAN_SLOT(dma_spec.args[0]), in prepare_unused_channel_list()
602 clear_bit(EDMA_CHAN_SLOT(pdev->resource[i].start), in prepare_unused_channel_list()
670 channel = EDMA_CHAN_SLOT(channel); in edma_alloc_channel()
736 channel = EDMA_CHAN_SLOT(channel); in edma_free_channel()
770 slot = EDMA_CHAN_SLOT(slot); in edma_alloc_slot()
809 slot = EDMA_CHAN_SLOT(slot); in edma_free_slot()
901 slot = EDMA_CHAN_SLOT(slot); in edma_free_cont_slots()
910 slot_to_free = EDMA_CHAN_SLOT(i); in edma_free_cont_slots()
[all …]
/linux-4.1.27/include/linux/platform_data/
Dedma.h104 #define EDMA_CHAN_SLOT(i) ((i) & 0xffff) macro
/linux-4.1.27/drivers/dma/
Dedma.c425 param->opt = EDMA_TCC(EDMA_CHAN_SLOT(echan->ch_num)); in edma_config_pset()
768 edma_read_slot(EDMA_CHAN_SLOT(echan->slot[0]), &p); in edma_callback()
825 EDMA_CHAN_SLOT(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()