Lines Matching refs:tec
260 struct cg6_tec __iomem *tec;
670 struct cg6_tec __iomem *tec = par->tec;
680 sbus_writel(0, &tec->tec_matrix);
681 sbus_writel(0, &tec->tec_clip);
682 sbus_writel(0, &tec->tec_vdc);
727 if (par->tec)
728 of_iounmap(&op->resource[0], par->tec, sizeof(struct cg6_tec));
776 par->tec = of_ioremap(&op->resource[0], CG6_TEC_OFFSET,
777 sizeof(struct cg6_tec), "cgsix tec");
792 if (!par->fbc || !par->tec || !par->thc ||