Searched refs:thcm (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/sbus/
H A Dcgsix.c606 u_int32_t thcm; local
608 thcm = THC_READ(sc, CG6_THC_MISC);
609 thcm &= ~THC_MISC_RESET;
610 thcm |= THC_MISC_INTEN;
611 THC_WRITE(sc, CG6_THC_MISC, thcm);
745 u_int32_t thcm; local
748 thcm = THC_READ(sc, CG6_THC_MISC);
750 thcm |= THC_MISC_VIDEN | THC_MISC_SYNCEN;
752 thcm &= ~THC_MISC_VIDEN;
754 thcm
764 u_int32_t thcm; local
[all...]

Completed in 124 milliseconds