Searched full:apb_misc (Results 1 – 3 of 3) sorted by relevance
232 void __iomem *apb_misc; in tegra20_vi_enable() local235 apb_misc = ioremap(TEGRA_APB_MISC_BASE, PAGE_SIZE); in tegra20_vi_enable()236 if (!apb_misc) in tegra20_vi_enable()237 apb_misc = ERR_PTR(-ENOENT); in tegra20_vi_enable()238 if (IS_ERR(apb_misc)) in tegra20_vi_enable()239 return dev_err_probe(vi->dev, PTR_ERR(apb_misc), "cannot access APB_MISC"); in tegra20_vi_enable()241 val = readl(apb_misc + reg_offset); in tegra20_vi_enable()244 writel(val, apb_misc + reg_offset); in tegra20_vi_enable()245 iounmap(apb_misc); in tegra20_vi_enable()
61 registers are accessed through the APB_MISC base address instead of
119 through the APB_MISC base address instead of the USB controller.