Home
last modified time | relevance | path

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

/linux/drivers/dma/ti/
A Dk3-psil.c18 static const struct psil_ep_map *soc_ep_map; variable
39 if (!soc_ep_map) { in psil_get_ep_config()
44 soc_ep_map = soc->data; in psil_get_ep_config()
50 pr_debug("%s: Using map for %s\n", __func__, soc_ep_map->name); in psil_get_ep_config()
56 for (i = 0; i < soc_ep_map->dst_count; i++) { in psil_get_ep_config()
57 if (soc_ep_map->dst[i].thread_id == thread_id) in psil_get_ep_config()
58 return &soc_ep_map->dst[i].ep_config; in psil_get_ep_config()
63 if (soc_ep_map->src) { in psil_get_ep_config()
64 for (i = 0; i < soc_ep_map->src_count; i++) { in psil_get_ep_config()
65 if (soc_ep_map->src[i].thread_id == thread_id) in psil_get_ep_config()
[all …]

Completed in 6 milliseconds