Searched full:apb_misc (Results 1 – 2 of 2) sorted by relevance
233 void __iomem *apb_misc; in tegra20_vi_enable() local236 apb_misc = ioremap(TEGRA_APB_MISC_BASE, PAGE_SIZE); in tegra20_vi_enable()237 if (!apb_misc) in tegra20_vi_enable()238 apb_misc = ERR_PTR(-ENOENT); in tegra20_vi_enable()239 if (IS_ERR(apb_misc)) in tegra20_vi_enable()240 return dev_err_probe(vi->dev, PTR_ERR(apb_misc), "cannot access APB_MISC"); in tegra20_vi_enable()242 val = readl(apb_misc + reg_offset); in tegra20_vi_enable()245 writel(val, apb_misc + reg_offset); in tegra20_vi_enable()246 iounmap(apb_misc); in tegra20_vi_enable()
119 through the APB_MISC base address instead of the USB controller.