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

/freebsd-10.0-release/sys/dev/drm2/i915/
H A Dintel_tv.c802 I915_WRITE(TV_CTL, I915_READ(TV_CTL) | TV_ENC_ENABLE);
807 I915_WRITE(TV_CTL, I915_READ(TV_CTL) & ~TV_ENC_ENABLE);
895 tv_ctl = I915_READ(TV_CTL);
1087 I915_WRITE(TV_CTL, tv_ctl);
1138 save_tv_ctl = tv_ctl = I915_READ(TV_CTL);
1158 I915_WRITE(TV_CTL, tv_ctl);
1189 I915_WRITE(TV_CTL, save_tv_ctl);
1505 if ((I915_READ(TV_CTL)
[all...]
H A Di915_reg.h1715 #define TV_CTL 0x68000 macro
1800 * The PLL of the chosen pipe (in TV_CTL) must be running, and the encoder set
/freebsd-10.0-release/sys/dev/drm/
H A Di915_reg.h827 #define TV_CTL 0x68000 macro
911 * The PLL of the chosen pipe (in TV_CTL) must be running, and the encoder set

Completed in 91 milliseconds