Lines Matching defs:thc
113 struct tcx_thc __iomem *thc;
207 struct tcx_thc __iomem *thc = par->thc;
213 val = sbus_readl(&thc->thc_misc);
239 sbus_writel(val, &thc->thc_misc);
353 if (par->thc)
355 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 ||