Lines Matching defs:thc
260 struct cg6_thc __iomem *thc;
287 struct cg6_thc __iomem *thc = par->thc;
293 sbus_writel(CG6_THC_CURSOFF, &thc->thc_cursxy);
521 struct cg6_thc __iomem *thc = par->thc;
526 val = sbus_readl(&thc->thc_misc);
543 sbus_writel(val, &thc->thc_misc);
673 struct cg6_thc __iomem *thc = par->thc;
678 sbus_writel(CG6_THC_CURSOFF, &thc->thc_cursxy);
730 if (par->thc)
731 of_iounmap(&op->resource[0], par->thc, sizeof(struct cg6_thc));
779 par->thc = of_ioremap(&op->resource[0], CG6_THC_OFFSET,
780 sizeof(struct cg6_thc), "cgsix thc");
793 if (!par->fbc || !par->tec || !par->thc ||