Searched refs:cf_base (Results 1 – 1 of 1) sorted by relevance
294 void __iomem *rf_base, *cf_base; in sbsa_gwdt_probe() local306 cf_base = devm_platform_ioremap_resource(pdev, 0); in sbsa_gwdt_probe()307 if (IS_ERR(cf_base)) in sbsa_gwdt_probe()308 return PTR_ERR(cf_base); in sbsa_gwdt_probe()321 gwdt->control_base = cf_base; in sbsa_gwdt_probe()346 status = readl(cf_base + SBSA_GWDT_WCS); in sbsa_gwdt_probe()
Completed in 6 milliseconds