Home
last modified time | relevance | path

Searched refs:thc_misc (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/
H A Dtcx.c93 u32 thc_misc; member
212 val = sbus_readl(&thc->thc_misc); in tcx_blank()
238 sbus_writel(val, &thc->thc_misc); in tcx_blank()
H A Dcg6.c183 u32 thc_misc; member
525 val = sbus_readl(&thc->thc_misc); in cg6_blank()
542 sbus_writel(val, &thc->thc_misc); in cg6_blank()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/
H A Dtcx.c93 u32 thc_misc; member
212 val = sbus_readl(&thc->thc_misc); in tcx_blank()
238 sbus_writel(val, &thc->thc_misc); in tcx_blank()
H A Dcg6.c183 u32 thc_misc; member
525 val = sbus_readl(&thc->thc_misc); in cg6_blank()
542 sbus_writel(val, &thc->thc_misc); in cg6_blank()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/
H A Dtcx.c93 u32 thc_misc; member
212 val = sbus_readl(&thc->thc_misc); in tcx_blank()
238 sbus_writel(val, &thc->thc_misc); in tcx_blank()
H A Dcg6.c183 u32 thc_misc; member
525 val = sbus_readl(&thc->thc_misc); in cg6_blank()
542 sbus_writel(val, &thc->thc_misc); in cg6_blank()
/dports/emulators/tme/tme-0.8/machine/sun/
H A Dsun-cgsix.c1231 tme_suncg6_reg_t thc_misc; in _tme_suncg6_type_set() local
1247 thc_misc = 0; in _tme_suncg6_type_set()
1260 TME_FIELD_MASK_DEPOSITU(thc_misc, TME_SUNCG6_THC_MISC_REVISION_MASK, 0x4); in _tme_suncg6_type_set()
1267 suncg6->tme_suncg6_thc_group1.tme_suncg6_thc_misc = thc_misc; in _tme_suncg6_type_set()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/sun/
H A Dcgsixreg.h120 u_int32_t thc_misc; /* miscellaneous control & status */ member
H A Dcgsix.c536 sc->sc_thc->thc_misc |= THC_MISC_VIDEN; in cg6attach()
974 sc->sc_thc->thc_misc &= ~THC_MISC_VIDEN; in cg6_blank()
976 sc->sc_thc->thc_misc |= THC_MISC_VIDEN; in cg6_blank()