Lines Matching defs:source
576 static void ipm_helper2(struct intel_dmic_params *dmic, int source[], int *ipm)
584 source[i] = 0;
587 * controller is marked as active. The function returns in array source[] the indice of
594 source[n] = i;
676 int source[OUTCONTROLX_IPM_NUMSOURCES];
786 ipm_helper2(dmic, source, &ipm);
794 OUTCONTROL0_IPM_SOURCE_1(source[0]) |
795 OUTCONTROL0_IPM_SOURCE_2(source[1]) |
796 OUTCONTROL0_IPM_SOURCE_3(source[2]) |
797 OUTCONTROL0_IPM_SOURCE_4(source[3]) |
801 ipm_helper2(dmic, source, &ipm);
809 OUTCONTROL1_IPM_SOURCE_1(source[0]) |
810 OUTCONTROL1_IPM_SOURCE_2(source[1]) |
811 OUTCONTROL1_IPM_SOURCE_3(source[2]) |
812 OUTCONTROL1_IPM_SOURCE_4(source[3]) |