Lines Matching defs:thread_id
32 struct psil_endpoint_config *psil_get_ep_config(u32 thread_id)
52 if (thread_id & K3_PSIL_DST_THREAD_ID_OFFSET && soc_ep_map->dst) {
55 if (soc_ep_map->dst[i].thread_id == thread_id)
60 thread_id &= ~K3_PSIL_DST_THREAD_ID_OFFSET;
63 if (soc_ep_map->src[i].thread_id == thread_id)
77 u32 thread_id;
91 thread_id = dma_spec.args[0];
93 dst_ep_config = psil_get_ep_config(thread_id);
96 thread_id);