Searched refs:dispa_base (Results 1 – 1 of 1) sorted by relevance
301 static void __iomem *dispa_base; variable673 dsc_top_ctrl = readl_relaxed(dispa_base + DC_COM_DSC_TOP_CTL); in tegra210_disp_mbist_war()674 writel_relaxed(dsc_top_ctrl | BIT(2), dispa_base + DC_COM_DSC_TOP_CTL); in tegra210_disp_mbist_war()675 readl_relaxed(dispa_base + DC_CMD_DISPLAY_COMMAND); in tegra210_disp_mbist_war()676 writel_relaxed(dsc_top_ctrl, dispa_base + DC_COM_DSC_TOP_CTL); in tegra210_disp_mbist_war()677 readl_relaxed(dispa_base + DC_CMD_DISPLAY_COMMAND); in tegra210_disp_mbist_war()3765 dispa_base = ioremap(TEGRA210_DISPA_BASE, SZ_256K); in tegra210_clock_init()3766 if (!dispa_base) { in tegra210_clock_init()