OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TV_CTL
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_tv.c
915
u32 tmp = I915_READ(
TV_CTL
);
934
I915_WRITE(
TV_CTL
, I915_READ(
TV_CTL
) | TV_ENC_ENABLE);
945
I915_WRITE(
TV_CTL
, I915_READ(
TV_CTL
) & ~TV_ENC_ENABLE);
1095
u32
tv_ctl
, hctl1, hctl3, vctl1, vctl2, tmp;
local
1103
tv_ctl
= I915_READ(
TV_CTL
);
1125
tv_mode.progressive =
tv_ctl
& TV_PROGRESSIVE;
1127
switch (
tv_ctl
& TV_OVERSAMPLE_MASK)
1430
u32
tv_ctl
, tv_filter_ctl;
local
1576
u32
tv_ctl
, save_
tv_ctl
;
local
[
all
...]
/src/sys/external/bsd/drm/dist/shared-core/
i915_reg.h
778
#define
TV_CTL
0x68000
862
* The PLL of the chosen pipe (in
TV_CTL
) must be running, and the encoder set
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_reg.h
5074
#define
TV_CTL
_MMIO(0x68000)
5162
* The PLL of the chosen pipe (in
TV_CTL
) must be running, and the encoder set
Completed in 112 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026