Lines Matching refs:cluster
863 u32 initiator_type(u32 cluster, int init_id) in initiator_type() argument
866 u32 idx = (cluster >> (init_id * 8)) & TP_CLUSTER_INIT_MASK; in initiator_type()
880 u32 cluster, type, mask = 0; in cpu_pos_mask() local
885 cluster = gur_in32(&gur->tp_cluster[i].lower); in cpu_pos_mask()
887 type = initiator_type(cluster, j); in cpu_pos_mask()
892 } while ((cluster & TP_CLUSTER_EOC) == 0x0); in cpu_pos_mask()
901 u32 cluster, type, mask = 0; in cpu_mask() local
906 cluster = gur_in32(&gur->tp_cluster[i].lower); in cpu_mask()
908 type = initiator_type(cluster, j); in cpu_mask()
916 } while ((cluster & TP_CLUSTER_EOC) == 0x0); in cpu_mask()
934 u32 cluster; in fsl_qoriq_core_to_cluster() local
939 cluster = gur_in32(&gur->tp_cluster[i].lower); in fsl_qoriq_core_to_cluster()
941 if (initiator_type(cluster, j)) { in fsl_qoriq_core_to_cluster()
948 } while ((cluster & TP_CLUSTER_EOC) == 0x0); in fsl_qoriq_core_to_cluster()
958 u32 cluster, type; in fsl_qoriq_core_to_type() local
963 cluster = gur_in32(&gur->tp_cluster[i].lower); in fsl_qoriq_core_to_type()
965 type = initiator_type(cluster, j); in fsl_qoriq_core_to_type()
973 } while ((cluster & TP_CLUSTER_EOC) == 0x0); in fsl_qoriq_core_to_type()