Home
last modified time | relevance | path

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

/openbmc/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 Dsdhci-esdhc-imx.c231 unsigned int tuning_step; /* The delay cell steps in tuning procedure */ member
1482 if (imx_data->boarddata.tuning_step) { in sdhci_esdhc_imx_hwinit()
1483 tmp |= imx_data->boarddata.tuning_step in sdhci_esdhc_imx_hwinit()
1612 of_property_read_u32(np, "fsl,tuning-step", &boarddata->tuning_step); in sdhci_esdhc_imx_probe_dt()
/openbmc/u-boot/drivers/mmc/
H A Dfsl_esdhc.c138 u32 tuning_step; member
1278 val |= (priv->tuning_step) << ESDHC_TUNING_STEP_SHIFT; in fsl_esdhc_init()
1474 priv->tuning_step = val; in fsl_esdhc_probe()