Searched refs:needs_epib (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/dma/ti/ |
| H A D | k3-psil-am64.c | 38 .needs_epib = 1, \ 53 .needs_epib = 1, \
|
| H A D | k3-psil-am654.c | 34 .needs_epib = 1, \ 45 .needs_epib = 1, \
|
| H A D | k3-psil-am62.c | 27 .needs_epib = 1, \ 42 .needs_epib = 1, \
|
| H A D | k3-psil-am62a.c | 37 .needs_epib = 1, \ 52 .needs_epib = 1, \
|
| H A D | k3-psil-j7200.c | 44 .needs_epib = 1, \ 55 .needs_epib = 1, \
|
| H A D | k3-psil-j721s2.c | 43 .needs_epib = 1, \ 54 .needs_epib = 1, \
|
| H A D | k3-psil-am62p.c | 37 .needs_epib = 1, \ 52 .needs_epib = 1, \
|
| H A D | k3-psil-j784s4.c | 43 .needs_epib = 1, \ 54 .needs_epib = 1, \
|
| H A D | k3-psil-j721e.c | 44 .needs_epib = 1, \ 55 .needs_epib = 1, \
|
| H A D | k3-udma.c | 251 bool needs_epib; /* EPIB is needed for the communication or not */ member 1977 fetch_size = cppi5_hdesc_calc_size(uc->config.needs_epib, in udma_tisci_tx_channel_config() 2051 fetch_size = cppi5_hdesc_calc_size(uc->config.needs_epib, in udma_tisci_rx_channel_config() 2090 if (uc->config.needs_epib) in udma_tisci_rx_channel_config() 2164 if (uc->config.needs_epib) in pktdma_tisci_rx_channel_config() 3338 if (uc->config.needs_epib && len < CPPI5_INFO0_HDESC_EPIB_SIZE) in udma_attach_metadata() 3345 if (uc->config.needs_epib) in udma_attach_metadata() 3350 if (uc->config.needs_epib) in udma_attach_metadata() 3395 if (uc->config.needs_epib && payload_len < CPPI5_INFO0_HDESC_EPIB_SIZE) in udma_set_metadata_len() 3400 if (uc->config.needs_epib) { in udma_set_metadata_len() [all …]
|
| /linux/include/linux/dma/ |
| H A D | k3-psil.h | 69 unsigned needs_epib:1; member
|