Searched refs:tmio_data (Results 1 – 1 of 1) sorted by relevance
67 struct tmio_mmc_data tmio_data; member84 return container_of(host->pdata, struct uniphier_sd_priv, tmio_data); in uniphier_sd_priv()619 struct tmio_mmc_data *tmio_data; in uniphier_sd_probe() local654 tmio_data = &priv->tmio_data; in uniphier_sd_probe()655 tmio_data->flags |= TMIO_MMC_32BIT_DATA_PORT; in uniphier_sd_probe()656 tmio_data->flags |= TMIO_MMC_USE_BUSY_TIMEOUT; in uniphier_sd_probe()658 host = tmio_mmc_host_alloc(pdev, tmio_data); in uniphier_sd_probe()701 tmio_data->ocr_mask = MMC_VDD_32_33 | MMC_VDD_33_34; in uniphier_sd_probe()703 tmio_data->ocr_mask |= MMC_VDD_165_195; in uniphier_sd_probe()705 tmio_data->max_segs = 1; in uniphier_sd_probe()[all …]