Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mmc/host/
Dmoxart-mmc.c559 struct resource res_mmc; in moxart_probe() local
575 ret = of_address_to_resource(node, 0, &res_mmc); in moxart_probe()
594 reg_mmc = devm_ioremap_resource(dev, &res_mmc); in moxart_probe()
607 host->reg_phys = res_mmc.start; in moxart_probe()