Searched refs:num_phases (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
D | dw_mmc-rockchip.c | 24 int num_phases; member 132 #define TUNING_ITERATION_TO_PHASE(i, num_phases) \ argument 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 - 1; in dw_mci_rk3288_execute_tuning() [all …]
|
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/ |
D | mp2975.c | 359 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-5.10/sound/soc/fsl/ |
D | fsl_easrc.h | 534 u32 num_phases; member
|
D | fsl_easrc.c | 326 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-5.10/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 103 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() 2788 last_entry = &ahc_phase_table[num_phases]; in ahc_lookup_phase_entry()
|
D | aic79xx_core.c | 92 static const u_int num_phases = ARRAY_SIZE(ahd_phase_table) - 1; variable 4320 last_entry = &ahd_phase_table[num_phases]; in ahd_lookup_phase_entry()
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | drivers.patch | 43571 int num_phases; 43598 #define TUNING_ITERATION_TO_PHASE(i, num_phases) \ 43599 (DIV_ROUND_UP((i) * 360, num_phases)) 43651 ranges = kmalloc_array(priv->num_phases / 2 + 1, 43670 &priv->num_phases)) 43671 priv->num_phases = 360;
|