tmio_data          60 drivers/mmc/host/uniphier-sd.c 	struct tmio_mmc_data tmio_data;
tmio_data          76 drivers/mmc/host/uniphier-sd.c 	return container_of(host->pdata, struct uniphier_sd_priv, tmio_data);
tmio_data         555 drivers/mmc/host/uniphier-sd.c 	struct tmio_mmc_data *tmio_data;
tmio_data         590 drivers/mmc/host/uniphier-sd.c 	tmio_data = &priv->tmio_data;
tmio_data         591 drivers/mmc/host/uniphier-sd.c 	tmio_data->flags |= TMIO_MMC_32BIT_DATA_PORT;
tmio_data         593 drivers/mmc/host/uniphier-sd.c 	host = tmio_mmc_host_alloc(pdev, tmio_data);
tmio_data         633 drivers/mmc/host/uniphier-sd.c 	tmio_data->ocr_mask = MMC_VDD_32_33 | MMC_VDD_33_34;
tmio_data         635 drivers/mmc/host/uniphier-sd.c 		tmio_data->ocr_mask |= MMC_VDD_165_195;
tmio_data         637 drivers/mmc/host/uniphier-sd.c 	tmio_data->max_segs = 1;
tmio_data         638 drivers/mmc/host/uniphier-sd.c 	tmio_data->max_blk_count = U16_MAX;