Searched refs:thc (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | cg6.c | 259 struct cg6_thc __iomem *thc; member 286 struct cg6_thc __iomem *thc = par->thc; in cg6_switch_from_graph() local 292 sbus_writel(CG6_THC_CURSOFF, &thc->thc_cursxy); in cg6_switch_from_graph() 520 struct cg6_thc __iomem *thc = par->thc; in cg6_blank() local 525 val = sbus_readl(&thc->thc_misc); in cg6_blank() 542 sbus_writel(val, &thc->thc_misc); in cg6_blank() 672 struct cg6_thc __iomem *thc = par->thc; in cg6_chip_init() local [all...] |
H A D | tcx.c | 112 struct tcx_thc __iomem *thc; member 206 struct tcx_thc __iomem *thc = par->thc; in tcx_blank() local 212 val = sbus_readl(&thc->thc_misc); in tcx_blank() 238 sbus_writel(val, &thc->thc_misc); in tcx_blank() 352 if (par->thc) in tcx_unmap_regs() 354 par->thc, sizeof(struct tcx_thc)); in tcx_unmap_regs() 396 par->thc = of_ioremap(&op->resource[9], 0, in tcx_probe() 397 sizeof(struct tcx_thc), "tcx thc"); in tcx_probe() 402 if (!par->tec || !par->thc || in tcx_probe() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | cg6.c | 260 struct cg6_thc __iomem *thc; member 287 struct cg6_thc __iomem *thc = par->thc; in cg6_switch_from_graph() local 293 sbus_writel(CG6_THC_CURSOFF, &thc->thc_cursxy); in cg6_switch_from_graph() 521 struct cg6_thc __iomem *thc = par->thc; in cg6_blank() local 526 val = sbus_readl(&thc->thc_misc); in cg6_blank() 543 sbus_writel(val, &thc->thc_misc); in cg6_blank() 673 struct cg6_thc __iomem *thc = par->thc; in cg6_chip_init() local [all...] |
H A D | tcx.c | 113 struct tcx_thc __iomem *thc; member 207 struct tcx_thc __iomem *thc = par->thc; in tcx_blank() local 213 val = sbus_readl(&thc->thc_misc); in tcx_blank() 239 sbus_writel(val, &thc->thc_misc); in tcx_blank() 353 if (par->thc) in tcx_unmap_regs() 355 par->thc, sizeof(struct tcx_thc)); in tcx_unmap_regs() 396 par->thc = of_ioremap(&op->resource[9], 0, in tcx_probe() 397 sizeof(struct tcx_thc), "tcx thc"); in tcx_probe() 402 if (!par->tec || !par->thc || in tcx_probe() [all...] |
Completed in 4 milliseconds