Searched refs:num_phases (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | dw_mmc-rockchip.c | 25 int num_phases; member 141 #define TUNING_ITERATION_TO_PHASE(i, num_phases) \ argument 142 (DIV_ROUND_UP((i) * 360, num_phases)) 228 ranges = kmalloc_array(priv->num_phases / 2 + 1, in dw_mci_rk3288_execute_tuning() 234 for (i = 0; i < priv->num_phases; ) { in dw_mci_rk3288_execute_tuning() 236 if (TUNING_ITERATION_TO_PHASE(i, priv->num_phases) > 270) in dw_mci_rk3288_execute_tuning() 239 TUNING_ITERATION_TO_PHASE(i, priv->num_phases)); in dw_mci_rk3288_execute_tuning() 253 } else if (i == priv->num_phases - 1) { in dw_mci_rk3288_execute_tuning() 262 i += DIV_ROUND_UP(20 * priv->num_phases, 360); in dw_mci_rk3288_execute_tuning() 265 if (i >= priv->num_phases) in dw_mci_rk3288_execute_tuning() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | rate.c | 56 int num_phases, int interp_order, int multiplier) in prepare_coefs() argument 58 int i, j, length = num_coefs4 * num_phases; in prepare_coefs() 63 for (j = num_phases - 1; j >= 0; --j) { in prepare_coefs() 65 int pos = i * num_phases + j - 1; in prepare_coefs()
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/pmbus/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/sound/soc/fsl/ |
| H A D | fsl_easrc.h | 534 u32 num_phases; member
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/ |
| H A 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()
|
| H A 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()
|