Home
last modified time | relevance | path

Searched refs:thc (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/
Dtcx.c111 struct tcx_thc __iomem *thc; member
205 struct tcx_thc __iomem *thc = par->thc; in tcx_blank() local
211 val = sbus_readl(&thc->thc_misc); in tcx_blank()
237 sbus_writel(val, &thc->thc_misc); in tcx_blank()
351 if (par->thc) in tcx_unmap_regs()
353 par->thc, sizeof(struct tcx_thc)); in tcx_unmap_regs()
395 par->thc = of_ioremap(&op->resource[9], 0, in tcx_probe()
401 if (!par->tec || !par->thc || in tcx_probe()
Dcg6.c258 struct cg6_thc __iomem *thc; member
285 struct cg6_thc __iomem *thc = par->thc; in cg6_switch_from_graph() local
291 sbus_writel(CG6_THC_CURSOFF, &thc->thc_cursxy); in cg6_switch_from_graph()
519 struct cg6_thc __iomem *thc = par->thc; in cg6_blank() local
524 val = sbus_readl(&thc->thc_misc); in cg6_blank()
541 sbus_writel(val, &thc->thc_misc); in cg6_blank()
671 struct cg6_thc __iomem *thc = par->thc; in cg6_chip_init() local
676 sbus_writel(CG6_THC_CURSOFF, &thc->thc_cursxy); in cg6_chip_init()
728 if (par->thc) in cg6_unmap_regs()
729 of_iounmap(&op->resource[0], par->thc, sizeof(struct cg6_thc)); in cg6_unmap_regs()
[all …]