Home
last modified time | relevance | path

Searched refs:num_phases (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Ddw_mmc-rockchip.c24 int num_phases; member
132 #define TUNING_ITERATION_TO_PHASE(i, num_phases) \
133 (DIV_ROUND_UP((i) * 360, num_phases))
158 ranges = kmalloc_array(priv->num_phases / 2 + 1, in dw_mci_rk3288_execute_tuning()
164 for (i = 0; i < priv->num_phases; ) { in dw_mci_rk3288_execute_tuning()
166 TUNING_ITERATION_TO_PHASE(i, priv->num_phases)); in dw_mci_rk3288_execute_tuning()
180 } else if (i == priv->num_phases - 1) { in dw_mci_rk3288_execute_tuning()
189 i += DIV_ROUND_UP(20 * priv->num_phases, 360); in dw_mci_rk3288_execute_tuning()
192 if (i >= priv->num_phases) in dw_mci_rk3288_execute_tuning()
193 i = priv->num_phases in dw_mci_rk3288_execute_tuning()
[all...]
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Ddw_mmc-rockchip.c26 int num_phases; member
134 #define TUNING_ITERATION_TO_PHASE(i, num_phases) \
135 (DIV_ROUND_UP((i) * 360, num_phases))
160 ranges = kmalloc_array(priv->num_phases / 2 + 1, in dw_mci_rk3288_execute_tuning()
166 for (i = 0; i < priv->num_phases; ) { in dw_mci_rk3288_execute_tuning()
168 TUNING_ITERATION_TO_PHASE(i, priv->num_phases)); in dw_mci_rk3288_execute_tuning()
182 } else if (i == priv->num_phases - 1) { in dw_mci_rk3288_execute_tuning()
191 i += DIV_ROUND_UP(20 * priv->num_phases, 360); in dw_mci_rk3288_execute_tuning()
194 if (i >= priv->num_phases) in dw_mci_rk3288_execute_tuning()
195 i = priv->num_phases in dw_mci_rk3288_execute_tuning()
[all...]
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/
H A Dmp2975.c359 mp2975_set_phase_rail2(struct pmbus_driver_info *info, int num_phases) in mp2975_set_phase_rail2() argument
364 for (i = 1; i <= num_phases; i++) in mp2975_set_phase_rail2()
/kernel/linux/linux-6.6/drivers/hwmon/pmbus/
H A Dmp2975.c504 mp2975_set_phase_rail2(struct pmbus_driver_info *info, int num_phases) in mp2975_set_phase_rail2() argument
509 for (i = 1; i <= num_phases; i++) in mp2975_set_phase_rail2()
/kernel/linux/linux-5.10/sound/soc/fsl/
H A Dfsl_easrc.h534 u32 num_phases; member
H A Dfsl_easrc.c326 selected_interp->num_phases); in fsl_easrc_resampler_config()
1780 interp[i].num_taps, interp[i].num_phases, in fsl_easrc_dump_firmware()
/kernel/linux/linux-6.6/sound/soc/fsl/
H A Dfsl_easrc.h534 u32 num_phases; member
H A Dfsl_easrc.c326 selected_interp->num_phases); in fsl_easrc_resampler_config()
1781 interp[i].num_taps, interp[i].num_phases, in fsl_easrc_dump_firmware()
/kernel/linux/linux-6.6/drivers/regulator/
H A Dda9121-regulator.c107 int num_phases; member
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c103 static const u_int num_phases = ARRAY_SIZE(ahc_phase_table) - 1; variable
1386 for (i = 0; i < num_phases; i++) { in ahc_handle_seqint()
1642 for (i = 0; i < num_phases; i++) { in ahc_handle_scsiint()
1917 for (i = 0; i < num_phases; i++) { in ahc_handle_scsiint()
2785 * num_phases doesn't include the default entry which in ahc_lookup_phase_entry()
2788 last_entry = &ahc_phase_table[num_phases]; in ahc_lookup_phase_entry()
H A Daic79xx_core.c92 static const u_int num_phases = ARRAY_SIZE(ahd_phase_table) - 1; variable
4317 * num_phases doesn't include the default entry which in ahd_lookup_phase_entry()
4320 last_entry = &ahd_phase_table[num_phases]; in ahd_lookup_phase_entry()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c103 static const u_int num_phases = ARRAY_SIZE(ahc_phase_table) - 1; variable
1385 for (i = 0; i < num_phases; i++) { in ahc_handle_seqint()
1641 for (i = 0; i < num_phases; i++) { in ahc_handle_scsiint()
1916 for (i = 0; i < num_phases; i++) { in ahc_handle_scsiint()
2783 * num_phases doesn't include the default entry which in ahc_lookup_phase_entry()
2786 last_entry = &ahc_phase_table[num_phases]; in ahc_lookup_phase_entry()
H A Daic79xx_core.c92 static const u_int num_phases = ARRAY_SIZE(ahd_phase_table) - 1; variable
4315 * num_phases doesn't include the default entry which in ahd_lookup_phase_entry()
4318 last_entry = &ahd_phase_table[num_phases]; in ahd_lookup_phase_entry()

Completed in 48 milliseconds