Searched refs:ctl_membase (Results 1 – 1 of 1) sorted by relevance
42 unsigned char __iomem *ctl_membase; member675 priv->ctl_membase = ioremap(priv->ctl_mapbase, CHIPCTLSIZE); in timb_probe()676 if (!priv->ctl_membase) { in timb_probe()682 priv->fw.major = ioread32(priv->ctl_membase + TIMB_REV_MAJOR); in timb_probe()683 priv->fw.minor = ioread32(priv->ctl_membase + TIMB_REV_MINOR); in timb_probe()684 priv->fw.config = ioread32(priv->ctl_membase + TIMB_HW_CONFIG); in timb_probe()722 iowrite32(0x1, priv->ctl_membase + TIMB_SW_RST); in timb_probe()818 iounmap(priv->ctl_membase); in timb_probe()836 iounmap(priv->ctl_membase); in timb_remove()