Searched refs:dispa_base (Results 1 – 1 of 1) sorted by relevance
301 static void __iomem *dispa_base; variable606 dsc_top_ctrl = readl_relaxed(dispa_base + DC_COM_DSC_TOP_CTL); in tegra210_disp_mbist_war()607 writel_relaxed(dsc_top_ctrl | BIT(2), dispa_base + DC_COM_DSC_TOP_CTL); in tegra210_disp_mbist_war()608 readl_relaxed(dispa_base + DC_CMD_DISPLAY_COMMAND); in tegra210_disp_mbist_war()609 writel_relaxed(dsc_top_ctrl, dispa_base + DC_COM_DSC_TOP_CTL); in tegra210_disp_mbist_war()610 readl_relaxed(dispa_base + DC_CMD_DISPLAY_COMMAND); in tegra210_disp_mbist_war()3545 dispa_base = ioremap(TEGRA210_DISPA_BASE, SZ_256K); in tegra210_clock_init()3546 if (!dispa_base) { in tegra210_clock_init()