Lines Matching refs:tmio_data
60 struct tmio_mmc_data tmio_data;
75 return container_of(host->pdata, struct uniphier_sd_priv, tmio_data);
552 struct tmio_mmc_data *tmio_data;
587 tmio_data = &priv->tmio_data;
588 tmio_data->flags |= TMIO_MMC_32BIT_DATA_PORT;
590 host = tmio_mmc_host_alloc(pdev, tmio_data);
630 tmio_data->ocr_mask = MMC_VDD_32_33 | MMC_VDD_33_34;
632 tmio_data->ocr_mask |= MMC_VDD_165_195;
634 tmio_data->max_segs = 1;
635 tmio_data->max_blk_count = U16_MAX;