Home
last modified time | relevance | path

Searched refs:tuning_step (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/mmc/host/
H A Dsdhci-xenon-phy.c411 u32 reg, tuning_step; in xenon_emmc_phy_config_tuning() local
423 tuning_step = reg / params->tun_step_divider; in xenon_emmc_phy_config_tuning()
424 if (unlikely(tuning_step > XENON_TUNING_STEP_MASK)) { in xenon_emmc_phy_config_tuning()
427 tuning_step); in xenon_emmc_phy_config_tuning()
428 tuning_step = XENON_TUNING_STEP_MASK; in xenon_emmc_phy_config_tuning()
437 reg |= (tuning_step << XENON_TUNING_STEP_SHIFT); in xenon_emmc_phy_config_tuning()
H A Dmtk-sd.c493 u32 tuning_step; member
1931 if (host->tuning_step > PAD_DELAY_HALF) { in msdc_init_hw()
1941 if (host->tuning_step > PAD_DELAY_HALF) in msdc_init_hw()
2231 for (i = 0; i < host->tuning_step; i++) { in msdc_tune_response()
2255 for (i = 0; i < host->tuning_step; i++) { in msdc_tune_response()
2290 for (i = 0; i < host->tuning_step; i++) { in msdc_tune_response()
2368 for (i = 0; i < host->tuning_step; i++) { in msdc_tune_data()
2381 for (i = 0; i < host->tuning_step; i++) { in msdc_tune_data()
2421 for (i = 0; i < host->tuning_step; i++) { in msdc_tune_together()
2436 for (i = 0; i < host->tuning_step; i++) { in msdc_tune_together()
[all …]