Searched refs:ext_base (Results 1 – 1 of 1) sorted by relevance
21 void __iomem *ext_base; member36 void __iomem *mmio = priv->ext_base + IPROC_NAND_CTLR_READY_OFFSET; in iproc_nand_intc_ack()118 priv->ext_base = devm_platform_ioremap_resource_byname(pdev, "iproc-ext"); in iproc_nand_probe()119 if (IS_ERR(priv->ext_base)) in iproc_nand_probe()120 return PTR_ERR(priv->ext_base); in iproc_nand_probe()