Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
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()
A Dmtk-sd.c469 u32 tuning_step; member
1800 if (host->tuning_step > PAD_DELAY_HALF) in msdc_init_hw()
2077 for (i = 0; i < host->tuning_step; i++) { in msdc_tune_response()
2101 for (i = 0; i < host->tuning_step; i++) { in msdc_tune_response()
2136 for (i = 0; i < host->tuning_step; i++) { in msdc_tune_response()
2215 for (i = 0; i < host->tuning_step; i++) { in msdc_tune_data()
2229 for (i = 0; i < host->tuning_step; i++) { in msdc_tune_data()
2272 for (i = 0; i < host->tuning_step; i++) { in msdc_tune_together()
2659 &host->tuning_step)) { in msdc_of_property_parse()
2661 host->tuning_step = PAD_DELAY_FULL; in msdc_of_property_parse()
[all …]
A Dsdhci-esdhc-imx.c234 unsigned int tuning_step; /* The delay cell steps in tuning procedure */ member
1505 if (imx_data->boarddata.tuning_step) { in sdhci_esdhc_imx_hwinit()
1506 tmp |= imx_data->boarddata.tuning_step in sdhci_esdhc_imx_hwinit()
1635 of_property_read_u32(np, "fsl,tuning-step", &boarddata->tuning_step); in sdhci_esdhc_imx_probe_dt()

Completed in 19 milliseconds