Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/ti/
H A Dedma.c445 int channel = EDMA_CHAN_SLOT(echan->ch_num); in edma_set_chmap()
448 slot = EDMA_CHAN_SLOT(slot); in edma_set_chmap()
456 int channel = EDMA_CHAN_SLOT(echan->ch_num); in edma_setup_interrupt()
474 slot = EDMA_CHAN_SLOT(slot); in edma_write_slot()
483 slot = EDMA_CHAN_SLOT(slot); in edma_read_slot()
509 slot = EDMA_CHAN_SLOT(slot); in edma_alloc_slot()
542 slot = EDMA_CHAN_SLOT(slot); in edma_free_slot()
563 from = EDMA_CHAN_SLOT(from); in edma_link()
564 to = EDMA_CHAN_SLOT(to); in edma_link()
585 slot = EDMA_CHAN_SLOT(slo in edma_get_position()
[all...]
/kernel/linux/linux-6.6/drivers/dma/ti/
H A Dedma.c393 int channel = EDMA_CHAN_SLOT(echan->ch_num); in edma_set_chmap()
396 slot = EDMA_CHAN_SLOT(slot); in edma_set_chmap()
404 int channel = EDMA_CHAN_SLOT(echan->ch_num); in edma_setup_interrupt()
422 slot = EDMA_CHAN_SLOT(slot); in edma_write_slot()
431 slot = EDMA_CHAN_SLOT(slot); in edma_read_slot()
457 slot = EDMA_CHAN_SLOT(slot); in edma_alloc_slot()
490 slot = EDMA_CHAN_SLOT(slot); in edma_free_slot()
511 from = EDMA_CHAN_SLOT(from); in edma_link()
512 to = EDMA_CHAN_SLOT(to); in edma_link()
533 slot = EDMA_CHAN_SLOT(slo in edma_get_position()
[all...]
/kernel/linux/linux-5.10/include/linux/platform_data/
H A Dedma.h50 #define EDMA_CHAN_SLOT(i) ((i) & 0xffff) macro
/kernel/linux/linux-6.6/include/linux/platform_data/
H A Dedma.h50 #define EDMA_CHAN_SLOT(i) ((i) & 0xffff) macro

Completed in 6 milliseconds