Searched refs:ctl_membase (Results 1 – 1 of 1) sorted by relevance
42 unsigned char __iomem *ctl_membase; member670 priv->ctl_membase = ioremap(priv->ctl_mapbase, CHIPCTLSIZE); in timb_probe()671 if (!priv->ctl_membase) { in timb_probe()677 priv->fw.major = ioread32(priv->ctl_membase + TIMB_REV_MAJOR); in timb_probe()678 priv->fw.minor = ioread32(priv->ctl_membase + TIMB_REV_MINOR); in timb_probe()679 priv->fw.config = ioread32(priv->ctl_membase + TIMB_HW_CONFIG); in timb_probe()717 iowrite32(0x1, priv->ctl_membase + TIMB_SW_RST); in timb_probe()814 iounmap(priv->ctl_membase); in timb_probe()832 iounmap(priv->ctl_membase); in timb_remove()