Searched refs:ctl_membase (Results 1 – 1 of 1) sorted by relevance
55 unsigned char __iomem *ctl_membase; member684 priv->ctl_membase = ioremap(priv->ctl_mapbase, CHIPCTLSIZE); in timb_probe()685 if (!priv->ctl_membase) { in timb_probe()691 priv->fw.major = ioread32(priv->ctl_membase + TIMB_REV_MAJOR); in timb_probe()692 priv->fw.minor = ioread32(priv->ctl_membase + TIMB_REV_MINOR); in timb_probe()693 priv->fw.config = ioread32(priv->ctl_membase + TIMB_HW_CONFIG); in timb_probe()731 iowrite32(0x1, priv->ctl_membase + TIMB_SW_RST); in timb_probe()828 iounmap(priv->ctl_membase); in timb_probe()846 iounmap(priv->ctl_membase); in timb_remove()