Home
last modified time | relevance | path

Searched refs:res_ctl (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/mmc/host/
Dtmio_mmc_pio.c1084 struct resource *res_ctl; in tmio_mmc_host_probe() local
1093 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()