Lines Matching refs:cluster
282 u32 initiator_type(u32 cluster, int init_id) in initiator_type() argument
285 u32 idx = (cluster >> (init_id * 8)) & TP_CLUSTER_INIT_MASK; in initiator_type()
299 u32 cluster, type, mask = 0; in cpu_pos_mask() local
304 cluster = gur_in32(&gur->tp_cluster[i].lower); in cpu_pos_mask()
306 type = initiator_type(cluster, j); in cpu_pos_mask()
311 } while ((cluster & TP_CLUSTER_EOC) == 0x0); in cpu_pos_mask()
320 u32 cluster, type, mask = 0; in cpu_mask() local
325 cluster = gur_in32(&gur->tp_cluster[i].lower); in cpu_mask()
327 type = initiator_type(cluster, j); in cpu_mask()
335 } while ((cluster & TP_CLUSTER_EOC) == 0x0); in cpu_mask()
353 u32 cluster; in fsl_qoriq_core_to_cluster() local
358 cluster = gur_in32(&gur->tp_cluster[i].lower); in fsl_qoriq_core_to_cluster()
360 if (initiator_type(cluster, j)) { in fsl_qoriq_core_to_cluster()
367 } while ((cluster & TP_CLUSTER_EOC) == 0x0); in fsl_qoriq_core_to_cluster()
377 u32 cluster, type; in fsl_qoriq_core_to_type() local
382 cluster = gur_in32(&gur->tp_cluster[i].lower); in fsl_qoriq_core_to_type()
384 type = initiator_type(cluster, j); in fsl_qoriq_core_to_type()
392 } while ((cluster & TP_CLUSTER_EOC) == 0x0); in fsl_qoriq_core_to_type()