Lines Matching defs:thc
112 struct tcx_thc __iomem *thc;
206 struct tcx_thc __iomem *thc = par->thc;
212 val = sbus_readl(&thc->thc_misc);
238 sbus_writel(val, &thc->thc_misc);
352 if (par->thc)
354 par->thc, sizeof(struct tcx_thc));
396 par->thc = of_ioremap(&op->resource[9], 0,
397 sizeof(struct tcx_thc), "tcx thc");
402 if (!par->tec || !par->thc ||