Lines Matching refs:nclusters
164 int nclusters; member
187 int cluster_no = dai->id % mca->nclusters; in mca_dai_to_cluster()
303 for (i = 0; i < mca->nclusters; i++) { in mca_fe_clocks_in_use()
975 for (i = 0; i < mca->nclusters; i++) { in apple_mca_release()
1001 int nclusters; in apple_mca_probe() local
1010 nclusters = (resource_size(res) - CLUSTER_STRIDE) / CLUSTER_STRIDE + 1; in apple_mca_probe()
1012 mca = devm_kzalloc(&pdev->dev, struct_size(mca, clusters, nclusters), in apple_mca_probe()
1017 mca->nclusters = nclusters; in apple_mca_probe()
1032 &pdev->dev, sizeof(*dai_drivers) * 2 * nclusters, GFP_KERNEL); in apple_mca_probe()
1052 for (i = 0; i < nclusters; i++) { in apple_mca_probe()
1055 &dai_drivers[mca->nclusters + i]; in apple_mca_probe()
1106 be->id = i + nclusters; in apple_mca_probe()
1133 dai_drivers, nclusters * 2); in apple_mca_probe()