Nobody uses them.
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
if (host->pdata->caps)
mmc->caps = host->pdata->caps;
- if (host->pdata->pm_caps)
- mmc->pm_caps = host->pdata->pm_caps;
-
if (drv_data)
mmc->caps |= drv_data->common_caps;
mmc->caps |= drv_data->caps[ctrl_id];
}
- if (host->pdata->caps2)
- mmc->caps2 = host->pdata->caps2;
-
/* if host has set a minimum_freq, we should respect it */
if (host->minimum_speed)
mmc->f_min = host->minimum_speed;
unsigned int bus_hz; /* Clock speed at the cclk_in pad */
u32 caps; /* Capabilities */
- u32 caps2; /* More capabilities */
- u32 pm_caps; /* PM capabilities */
/*
* Override fifo depth. If 0, autodetect it from the FIFOTH register,
* but note that this may not be reliable after a bootloader has used