thc               259 drivers/video/fbdev/cg6.c 	struct cg6_thc		__iomem *thc;
thc               286 drivers/video/fbdev/cg6.c 	struct cg6_thc __iomem *thc = par->thc;
thc               292 drivers/video/fbdev/cg6.c 	sbus_writel(CG6_THC_CURSOFF, &thc->thc_cursxy);
thc               520 drivers/video/fbdev/cg6.c 	struct cg6_thc __iomem *thc = par->thc;
thc               525 drivers/video/fbdev/cg6.c 	val = sbus_readl(&thc->thc_misc);
thc               542 drivers/video/fbdev/cg6.c 	sbus_writel(val, &thc->thc_misc);
thc               672 drivers/video/fbdev/cg6.c 	struct cg6_thc __iomem *thc = par->thc;
thc               677 drivers/video/fbdev/cg6.c 	sbus_writel(CG6_THC_CURSOFF, &thc->thc_cursxy);
thc               729 drivers/video/fbdev/cg6.c 	if (par->thc)
thc               730 drivers/video/fbdev/cg6.c 		of_iounmap(&op->resource[0], par->thc, sizeof(struct cg6_thc));
thc               778 drivers/video/fbdev/cg6.c 	par->thc = of_ioremap(&op->resource[0], CG6_THC_OFFSET,
thc               792 drivers/video/fbdev/cg6.c 	if (!par->fbc || !par->tec || !par->thc ||
thc               112 drivers/video/fbdev/tcx.c 	struct tcx_thc		__iomem *thc;
thc               206 drivers/video/fbdev/tcx.c 	struct tcx_thc __iomem *thc = par->thc;
thc               212 drivers/video/fbdev/tcx.c 	val = sbus_readl(&thc->thc_misc);
thc               238 drivers/video/fbdev/tcx.c 	sbus_writel(val, &thc->thc_misc);
thc               352 drivers/video/fbdev/tcx.c 	if (par->thc)
thc               354 drivers/video/fbdev/tcx.c 			   par->thc, sizeof(struct tcx_thc));
thc               396 drivers/video/fbdev/tcx.c 	par->thc = of_ioremap(&op->resource[9], 0,
thc               402 drivers/video/fbdev/tcx.c 	if (!par->tec || !par->thc ||