Lines Matching refs:tec
261 struct cg6_tec __iomem *tec;
671 struct cg6_tec __iomem *tec = par->tec;
681 sbus_writel(0, &tec->tec_matrix);
682 sbus_writel(0, &tec->tec_clip);
683 sbus_writel(0, &tec->tec_vdc);
728 if (par->tec)
729 of_iounmap(&op->resource[0], par->tec, sizeof(struct cg6_tec));
777 par->tec = of_ioremap(&op->resource[0], CG6_TEC_OFFSET,
778 sizeof(struct cg6_tec), "cgsix tec");
793 if (!par->fbc || !par->tec || !par->thc ||