Searched refs:scm_base (Results 1 – 1 of 1) sorted by relevance
266 void __iomem *scm_base = NULL; in ti81xx_musb_phy_power() local269 scm_base = ioremap(TI81XX_SCM_BASE, SZ_2K); in ti81xx_musb_phy_power()270 if (!scm_base) { in ti81xx_musb_phy_power()275 usbphycfg = __raw_readl(scm_base + USBCTRL0); in ti81xx_musb_phy_power()294 __raw_writel(usbphycfg, scm_base + USBCTRL0); in ti81xx_musb_phy_power()296 iounmap(scm_base); in ti81xx_musb_phy_power()