Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dlitex_mmc.c79 void __iomem *sdphy; member
243 ret = !litex_read8(host->sdphy + LITEX_PHY_CARDDETECT); in litex_mmc_get_cd()
444 litex_write16(host->sdphy + LITEX_PHY_CLOCKERDIV, div); in litex_mmc_setclk()
566 host->sdphy = devm_platform_ioremap_resource_byname(pdev, "phy"); in litex_mmc_probe()
567 if (IS_ERR(host->sdphy)) in litex_mmc_probe()
568 return PTR_ERR(host->sdphy); in litex_mmc_probe()