Searched refs:phase_delay (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-omap.c | 329 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 …]
|
/openbmc/u-boot/drivers/mmc/ |
H A D | omap_hsmmc.c | 623 u32 phase_delay = 0; in omap_hsmmc_execute_tuning() local 659 while (phase_delay <= MAX_PHASE_DELAY) { in omap_hsmmc_execute_tuning() 660 omap_hsmmc_set_dll(mmc, phase_delay); in omap_hsmmc_execute_tuning() 672 start_window = phase_delay; in omap_hsmmc_execute_tuning() 685 phase_delay += 4; in omap_hsmmc_execute_tuning() 703 phase_delay = min(max_window + 4 * max_len - 24, in omap_hsmmc_execute_tuning() 707 phase_delay = max_window + DIV_ROUND_UP(9 * max_len, 16) * 4; in omap_hsmmc_execute_tuning() 709 phase_delay = max_window + DIV_ROUND_UP(8 * max_len, 16) * 4; in omap_hsmmc_execute_tuning() 711 phase_delay = max_window + DIV_ROUND_UP(7 * max_len, 16) * 4; in omap_hsmmc_execute_tuning() 713 phase_delay = max_window + DIV_ROUND_UP(5 * max_len, 16) * 4; in omap_hsmmc_execute_tuning() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | smu_helper.c | 221 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()
|
H A D | ppatomfwctrl.h | 46 uint32_t phase_delay; member
|
H A D | ppatomctrl.h | 201 uint32_t phase_delay; /* Used for ATOM_GPIO_VOLTAGE_OBJECT_V3 and later */ member
|
H A D | ppatomfwctrl.c | 139 voltage_table->phase_delay = in pp_atomfwctrl_get_voltage_table_v4()
|
H A D | vega10_hwmgr.c | 1039 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()
|
H A D | ppatomctrl.c | 603 voltage_table->phase_delay = in atomctrl_get_voltage_table_v3()
|
H A D | smu7_hwmgr.c | 297 voltage_table->phase_delay = 0; in phm_get_svi2_voltage_table_v0()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_atombios.h | 128 u32 phase_delay; member
|
H A D | amdgpu_atombios.c | 1386 voltage_table->phase_delay = gpio->ucPhaseDelay; in amdgpu_atombios_get_voltage_table()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_mode.h | 645 u32 phase_delay; member
|
H A D | si_dpm.c | 3926 voltage_table->phase_delay = 0; in si_get_svi2_voltage_table() 4080 (u32)si_pi->vddc_phase_shed_table.phase_delay); in si_populate_smc_voltage_tables()
|
H A D | radeon_atombios.c | 3802 voltage_table->phase_delay = gpio->ucPhaseDelay; in radeon_atom_get_voltage_table()
|
H A D | ci_dpm.c | 2084 voltage_table->phase_delay = 0; in ci_get_svi2_voltage_table()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/ |
H A D | si_dpm.c | 4403 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()
|