Home
last modified time | relevance | path

Searched refs:needs_epib (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/drivers/dma/ti/
H A Dk3-psil-am654.c34 .needs_epib = 1, \
45 .needs_epib = 1, \
H A Dk3-psil-am64.c38 .needs_epib = 1, \
53 .needs_epib = 1, \
H A Dk3-psil-am62.c27 .needs_epib = 1, \
42 .needs_epib = 1, \
H A Dk3-psil-am62a.c37 .needs_epib = 1, \
52 .needs_epib = 1, \
H A Dk3-psil-j7200.c44 .needs_epib = 1, \
55 .needs_epib = 1, \
H A Dk3-psil-j721s2.c43 .needs_epib = 1, \
54 .needs_epib = 1, \
H A Dk3-psil-am62p.c37 .needs_epib = 1, \
52 .needs_epib = 1, \
H A Dk3-psil-j784s4.c43 .needs_epib = 1, \
54 .needs_epib = 1, \
H A Dk3-psil-j721e.c44 .needs_epib = 1, \
55 .needs_epib = 1, \
H A Dk3-udma.c251 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()
3345 if (uc->config.needs_epib) in udma_attach_metadata()
3350 if (uc->config.needs_epib) in udma_attach_metadata()
3400 if (uc->config.needs_epib) { in udma_set_metadata_len()
4229 ucc->needs_epib = ep_config->needs_epib; in udma_dma_filter_fn()
4232 (ucc->needs_epib ? CPPI5_INFO0_HDESC_EPIB_SIZE : 0) + in udma_dma_filter_fn()
[all …]
H A Dk3-udma-glue.c133 common->epib = common->ep_config->needs_epib; in of_k3_udma_glue_parse_chn_common()
/linux-6.15/include/linux/dma/
H A Dk3-psil.h69 unsigned needs_epib:1; member