Lines Matching refs:tmio_data
67 struct tmio_mmc_data tmio_data;
84 return container_of(host->pdata, struct uniphier_sd_priv, tmio_data);
619 struct tmio_mmc_data *tmio_data;
654 tmio_data = &priv->tmio_data;
655 tmio_data->flags |= TMIO_MMC_32BIT_DATA_PORT;
656 tmio_data->flags |= TMIO_MMC_USE_BUSY_TIMEOUT;
658 host = tmio_mmc_host_alloc(pdev, tmio_data);
701 tmio_data->ocr_mask = MMC_VDD_32_33 | MMC_VDD_33_34;
703 tmio_data->ocr_mask |= MMC_VDD_165_195;
705 tmio_data->max_segs = 1;
706 tmio_data->max_blk_count = U16_MAX;