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

/linux-master/drivers/mmc/host/
H A Dsdhci-xenon-phy.c411 u32 reg, tuning_step; local
423 tuning_step = reg / params->tun_step_divider;
424 if (unlikely(tuning_step > XENON_TUNING_STEP_MASK)) {
427 tuning_step);
428 tuning_step = XENON_TUNING_STEP_MASK;
437 reg |= (tuning_step << XENON_TUNING_STEP_SHIFT);
H A Dmtk-sd.c470 u32 tuning_step; member in struct:msdc_host
1792 if (host->tuning_step > PAD_DELAY_HALF) {
1802 if (host->tuning_step > PAD_DELAY_HALF)
2079 for (i = 0; i < host->tuning_step; i++) {
2103 for (i = 0; i < host->tuning_step; i++) {
2138 for (i = 0; i < host->tuning_step; i++) {
2217 for (i = 0; i < host->tuning_step; i++) {
2231 for (i = 0; i < host->tuning_step; i++) {
2274 for (i = 0; i < host->tuning_step; i++) {
2290 for (i = 0; i < host->tuning_step;
[all...]
H A Dsdhci-esdhc-imx.c231 unsigned int tuning_step; /* The delay cell steps in tuning procedure */ member in struct:esdhc_platform_data
1502 if (imx_data->boarddata.tuning_step) {
1503 tmp |= imx_data->boarddata.tuning_step
1632 of_property_read_u32(np, "fsl,tuning-step", &boarddata->tuning_step);

Completed in 157 milliseconds