Searched refs:TMIO_SD_CAP_RCAR_UHS (Results 1 – 2 of 2) sorted by relevance
292 if (!(priv->caps & TMIO_SD_CAP_RCAR_UHS)) in renesas_sdhi_execute_tuning()375 if ((priv->caps & TMIO_SD_CAP_RCAR_UHS) && in renesas_sdhi_set_ios()424 TMIO_SD_CAP_64BIT | TMIO_SD_CAP_RCAR_GEN3 | TMIO_SD_CAP_RCAR_UHS530 if (!ret && (priv->caps & TMIO_SD_CAP_RCAR_UHS)) in renesas_sdhi_probe()
130 #define TMIO_SD_CAP_RCAR_UHS BIT(7) /* Renesas RCar UHS/SDR modes */ macro