Home
last modified time | relevance | path

Searched refs:phase_delay (Results 1 – 18 of 18) sorted by relevance

/linux-6.12.1/drivers/mmc/host/
Dsdhci-omap.c329 u32 phase_delay = 0; in sdhci_omap_execute_tuning() local
375 while (phase_delay <= MAX_PHASE_DELAY) { in sdhci_omap_execute_tuning()
376 sdhci_omap_set_dll(omap_host, phase_delay); in sdhci_omap_execute_tuning()
386 start_window = phase_delay; in sdhci_omap_execute_tuning()
399 phase_delay += 4; in sdhci_omap_execute_tuning()
413 phase_delay = min(max_window + 4 * (max_len - 1) - 24, in sdhci_omap_execute_tuning()
417 phase_delay = max_window + DIV_ROUND_UP(9 * max_len, 16) * 4; in sdhci_omap_execute_tuning()
419 phase_delay = max_window + DIV_ROUND_UP(8 * max_len, 16) * 4; in sdhci_omap_execute_tuning()
421 phase_delay = max_window + DIV_ROUND_UP(7 * max_len, 16) * 4; in sdhci_omap_execute_tuning()
423 phase_delay = max_window + DIV_ROUND_UP(5 * max_len, 16) * 4; in sdhci_omap_execute_tuning()
[all …]
/linux-6.12.1/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dsmu_helper.c221 table->phase_delay = vol_table->phase_delay; in phm_trim_voltage_table()
261 vol_table->phase_delay = 0; in phm_get_svi2_mvdd_voltage_table()
289 vol_table->phase_delay = 0; in phm_get_svi2_vddci_voltage_table()
316 vol_table->phase_delay = 0; in phm_get_svi2_vdd_voltage_table()
Dppatomfwctrl.h46 uint32_t phase_delay; member
Dppatomctrl.h201 uint32_t phase_delay; /* Used for ATOM_GPIO_VOLTAGE_OBJECT_V3 and later */ member
Dppatomfwctrl.c139 voltage_table->phase_delay = in pp_atomfwctrl_get_voltage_table_v4()
Dvega10_hwmgr.c1039 table->phase_delay = vol_table->phase_delay; in vega10_trim_voltage_table()
1077 vol_table->phase_delay = 0; in vega10_get_mvdd_voltage_table()
1104 vol_table->phase_delay = 0; in vega10_get_vddci_voltage_table()
1130 vol_table->phase_delay = 0; in vega10_get_vdd_voltage_table()
Dppatomctrl.c603 voltage_table->phase_delay = in atomctrl_get_voltage_table_v3()
Dsmu7_hwmgr.c297 voltage_table->phase_delay = 0; in phm_get_svi2_voltage_table_v0()
/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_common.h237 u32 freq, s32 phase_delay);
240 u8 *flags1, u8 *flags2, u32 *freq, s32 *phase_delay);
243 u8 src_sel, u32 freq, s32 phase_delay);
Dice_common.c5169 u32 freq, s32 phase_delay) in ice_aq_set_input_pin_cfg() argument
5180 cmd->phase_delay = cpu_to_le32(phase_delay); in ice_aq_set_input_pin_cfg()
5201 u8 *flags1, u8 *flags2, u32 *freq, s32 *phase_delay) in ice_aq_get_input_pin_cfg() argument
5223 if (phase_delay) in ice_aq_get_input_pin_cfg()
5224 *phase_delay = le32_to_cpu(cmd->phase_delay); in ice_aq_get_input_pin_cfg()
5244 u8 src_sel, u32 freq, s32 phase_delay) in ice_aq_set_output_pin_cfg() argument
5255 cmd->phase_delay = cpu_to_le32(phase_delay); in ice_aq_set_output_pin_cfg()
Dice_adminq_cmd.h2266 __le32 phase_delay; member
2293 __le32 phase_delay; member
2314 __le32 phase_delay; member
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_atombios.h128 u32 phase_delay; member
Damdgpu_atombios.c1401 voltage_table->phase_delay = gpio->ucPhaseDelay; in amdgpu_atombios_get_voltage_table()
/linux-6.12.1/drivers/gpu/drm/radeon/
Dradeon_mode.h642 u32 phase_delay; member
Dsi_dpm.c3882 voltage_table->phase_delay = 0; in si_get_svi2_voltage_table()
4036 (u32)si_pi->vddc_phase_shed_table.phase_delay); in si_populate_smc_voltage_tables()
Dradeon_atombios.c3798 voltage_table->phase_delay = gpio->ucPhaseDelay; in radeon_atom_get_voltage_table()
Dci_dpm.c2079 voltage_table->phase_delay = 0; in ci_get_svi2_voltage_table()
/linux-6.12.1/drivers/gpu/drm/amd/pm/legacy-dpm/
Dsi_dpm.c4403 voltage_table->phase_delay = 0; in si_get_svi2_voltage_table()
4557 (u32)si_pi->vddc_phase_shed_table.phase_delay); in si_populate_smc_voltage_tables()