Lines Matching defs:thread_id
26 struct psil_endpoint_config *psil_get_ep_config(u32 thread_id)
46 if (thread_id & K3_PSIL_DST_THREAD_ID_OFFSET && soc_ep_map->dst) {
49 if (soc_ep_map->dst[i].thread_id == thread_id)
54 thread_id &= ~K3_PSIL_DST_THREAD_ID_OFFSET;
57 if (soc_ep_map->src[i].thread_id == thread_id)
71 u32 thread_id;
85 thread_id = dma_spec.args[0];
87 dst_ep_config = psil_get_ep_config(thread_id);
90 thread_id);