Searched refs:ctl_membase (Results 1 – 1 of 1) sorted by relevance
43 unsigned char __iomem *ctl_membase; member671 priv->ctl_membase = ioremap(priv->ctl_mapbase, CHIPCTLSIZE); in timb_probe()672 if (!priv->ctl_membase) { in timb_probe()678 priv->fw.major = ioread32(priv->ctl_membase + TIMB_REV_MAJOR); in timb_probe()679 priv->fw.minor = ioread32(priv->ctl_membase + TIMB_REV_MINOR); in timb_probe()680 priv->fw.config = ioread32(priv->ctl_membase + TIMB_HW_CONFIG); in timb_probe()718 iowrite32(0x1, priv->ctl_membase + TIMB_SW_RST); in timb_probe()815 iounmap(priv->ctl_membase); in timb_probe()833 iounmap(priv->ctl_membase); in timb_remove()