MMC_CAP_4_BIT_DATA
if ((host_caps & MMC_CAP_4_BIT_DATA) &&
if (mmcbr_get_caps(sc->dev) & MMC_CAP_4_BIT_DATA) {
host_caps = MMC_CAP_4_BIT_DATA;
((host_caps & MMC_CAP_4_BIT_DATA) ? "4bits" : "1bit"),