Searched refs:PSIL_EP_NATIVE (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/drivers/dma/ti/ |
D | k3-psil-am62.c | 25 .ep_type = PSIL_EP_NATIVE, \ 40 .ep_type = PSIL_EP_NATIVE, \ 66 .ep_type = PSIL_EP_NATIVE, \
|
D | k3-psil-am62a.c | 35 .ep_type = PSIL_EP_NATIVE, \ 50 .ep_type = PSIL_EP_NATIVE, \ 76 .ep_type = PSIL_EP_NATIVE, \
|
D | k3-psil-j721s2.c | 41 .ep_type = PSIL_EP_NATIVE, \ 52 .ep_type = PSIL_EP_NATIVE, \ 64 .ep_type = PSIL_EP_NATIVE, \
|
D | k3-psil-j784s4.c | 41 .ep_type = PSIL_EP_NATIVE, \ 52 .ep_type = PSIL_EP_NATIVE, \ 64 .ep_type = PSIL_EP_NATIVE, \
|
D | k3-psil-am62p.c | 35 .ep_type = PSIL_EP_NATIVE, \ 50 .ep_type = PSIL_EP_NATIVE, \ 76 .ep_type = PSIL_EP_NATIVE, \
|
D | k3-psil-j721e.c | 42 .ep_type = PSIL_EP_NATIVE, \ 53 .ep_type = PSIL_EP_NATIVE, \ 65 .ep_type = PSIL_EP_NATIVE, \
|
D | k3-psil-am654.c | 32 .ep_type = PSIL_EP_NATIVE, \ 43 .ep_type = PSIL_EP_NATIVE, \
|
D | k3-psil-am64.c | 36 .ep_type = PSIL_EP_NATIVE, \ 51 .ep_type = PSIL_EP_NATIVE, \
|
D | k3-psil-j7200.c | 42 .ep_type = PSIL_EP_NATIVE, \ 53 .ep_type = PSIL_EP_NATIVE, \
|
D | k3-udma.c | 767 if (uc->config.ep_type != PSIL_EP_NATIVE) in udma_decrement_byte_counters() 772 if (!uc->bchan && uc->config.ep_type != PSIL_EP_NATIVE) in udma_decrement_byte_counters() 887 if (uc->config.ep_type == PSIL_EP_NATIVE) in udma_chan_needs_reconfiguration() 1069 if (uc->config.ep_type == PSIL_EP_NATIVE || in udma_is_desc_really_done() 3847 if (uc->config.ep_type != PSIL_EP_NATIVE) { in udma_tx_status() 3857 if (uc->config.ep_type != PSIL_EP_NATIVE) { in udma_tx_status() 4213 if (ucc->ep_type != PSIL_EP_NATIVE) { in udma_dma_filter_fn() 5284 if (ucc->ep_type == PSIL_EP_NATIVE) { in udma_dbg_summary_show_chan()
|
/linux-6.12.1/include/linux/dma/ |
D | k3-psil.h | 36 PSIL_EP_NATIVE = 0, enumerator
|