Searched refs:EDMA_CHAN_SLOT (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/dma/
H A Dedma.c425 int channel = EDMA_CHAN_SLOT(echan->ch_num); edma_set_chmap()
428 slot = EDMA_CHAN_SLOT(slot); edma_set_chmap()
436 int channel = EDMA_CHAN_SLOT(echan->ch_num); edma_setup_interrupt()
455 slot = EDMA_CHAN_SLOT(slot); edma_write_slot()
464 slot = EDMA_CHAN_SLOT(slot); edma_read_slot()
488 slot = EDMA_CHAN_SLOT(slot); edma_alloc_slot()
521 slot = EDMA_CHAN_SLOT(slot); edma_free_slot()
542 from = EDMA_CHAN_SLOT(from); edma_link()
543 to = EDMA_CHAN_SLOT(to); edma_link()
564 slot = EDMA_CHAN_SLOT(slot); edma_get_position()
580 int channel = EDMA_CHAN_SLOT(echan->ch_num); edma_start()
607 int channel = EDMA_CHAN_SLOT(echan->ch_num); edma_stop()
633 int channel = EDMA_CHAN_SLOT(echan->ch_num); edma_pause()
642 int channel = EDMA_CHAN_SLOT(echan->ch_num); edma_resume()
651 int channel = EDMA_CHAN_SLOT(echan->ch_num); edma_trigger_channel()
663 int channel = EDMA_CHAN_SLOT(echan->ch_num); edma_clean_channel()
681 int channel = EDMA_CHAN_SLOT(echan->ch_num); edma_assign_channel_eventq()
699 int channel = EDMA_CHAN_SLOT(echan->ch_num); edma_alloc_channel()
1002 param->opt = EDMA_TCC(EDMA_CHAN_SLOT(echan->ch_num)); edma_config_pset()
1613 EDMA_CHAN_SLOT(echan->ch_num)); edma_alloc_chan_resources()
1622 EDMA_CHAN_SLOT(echan->ch_num), chan->chan_id, edma_alloc_chan_resources()
1668 EDMA_CHAN_SLOT(echan->ch_num), chan->chan_id); edma_free_chan_resources()
/linux-4.4.14/include/linux/platform_data/
H A Dedma.h54 #define EDMA_CHAN_SLOT(i) ((i) & 0xffff) macro

Completed in 135 milliseconds