Searched refs:res_ctl (Results 1 – 1 of 1) sorted by relevance
1084 struct resource *res_ctl; in tmio_mmc_host_probe() local1093 res_ctl = platform_get_resource(pdev, IORESOURCE_MEM, 0); in tmio_mmc_host_probe()1094 if (!res_ctl) in tmio_mmc_host_probe()1111 _host->ctl = ioremap(res_ctl->start, resource_size(res_ctl)); in tmio_mmc_host_probe()