Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/ti/
H A Dedma.c392 int channel = EDMA_CHAN_SLOT(echan->ch_num); in edma_set_chmap()
395 slot = EDMA_CHAN_SLOT(slot); in edma_set_chmap()
403 int channel = EDMA_CHAN_SLOT(echan->ch_num); in edma_setup_interrupt()
421 slot = EDMA_CHAN_SLOT(slot); in edma_write_slot()
430 slot = EDMA_CHAN_SLOT(slot); in edma_read_slot()
456 slot = EDMA_CHAN_SLOT(slot); in edma_alloc_slot()
489 slot = EDMA_CHAN_SLOT(slot); in edma_free_slot()
510 from = EDMA_CHAN_SLOT(from); in edma_link()
511 to = EDMA_CHAN_SLOT(to); in edma_link()
532 slot = EDMA_CHAN_SLOT(slot); in edma_get_position()
[all …]
/openbmc/linux/include/linux/platform_data/
H A Dedma.h50 #define EDMA_CHAN_SLOT(i) ((i) & 0xffff) macro