Home
last modified time | relevance | path

Searched refs:mapped_channel_id (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/dma/ti/
H A Dk3-psil-am64.c16 .mapped_channel_id = -1, \
26 .mapped_channel_id = -1, \
40 .mapped_channel_id = ch, \
55 .mapped_channel_id = ch, \
H A Dk3-psil-am62a.c15 .mapped_channel_id = -1, \
25 .mapped_channel_id = -1, \
39 .mapped_channel_id = ch, \
54 .mapped_channel_id = ch, \
H A Dk3-psil-am62.c15 .mapped_channel_id = -1, \
29 .mapped_channel_id = ch, \
44 .mapped_channel_id = ch, \
H A Dk3-psil-am62p.c15 .mapped_channel_id = -1, \
25 .mapped_channel_id = -1, \
39 .mapped_channel_id = ch, \
54 .mapped_channel_id = ch, \
H A Dk3-udma.c270 int mapped_channel_id; member
463 uc->config.mapped_channel_id = -1; in udma_reset_uchan()
1417 uc->config.mapped_channel_id); in udma_get_tchan()
1466 uc->config.mapped_channel_id); in udma_get_rchan()
4205 ep_config->mapped_channel_id >= 0) { in udma_dma_filter_fn()
4206 ucc->mapped_channel_id = ep_config->mapped_channel_id; in udma_dma_filter_fn()
4209 ucc->mapped_channel_id = -1; in udma_dma_filter_fn()
5564 uc->config.mapped_channel_id = -1; in udma_probe()
H A Dk3-udma-glue.c286 tx_chn->udma_tchan_id = tx_chn->common.ep_config->mapped_channel_id; in k3_udma_glue_request_tx_chn_common()
974 rx_chn->udma_rchan_id = ep_cfg->mapped_channel_id; in k3_udma_glue_request_rx_chn_priv()
/linux/include/linux/dma/
H A Dk3-psil.h76 s16 mapped_channel_id; member