OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDVO_ENABLE
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_hdmi.c
78
enabled_bits = HAS_DDI(dev_priv) ? DDI_BUF_CTL_ENABLE :
SDVO_ENABLE
;
1888
temp |=
SDVO_ENABLE
;
1910
temp |=
SDVO_ENABLE
;
1932
I915_WRITE(intel_hdmi->hdmi_reg, temp & ~
SDVO_ENABLE
);
1962
temp |=
SDVO_ENABLE
;
2024
temp &= ~(
SDVO_ENABLE
| HDMI_AUDIO_ENABLE);
2042
temp |=
SDVO_ENABLE
| SDVO_PIPE_SEL(PIPE_A);
2052
temp &= ~
SDVO_ENABLE
;
intel_sdvo.c
1582
return val &
SDVO_ENABLE
;
1744
temp &= ~
SDVO_ENABLE
;
1761
temp |=
SDVO_ENABLE
| SDVO_PIPE_SEL(PIPE_A);
1764
temp &= ~
SDVO_ENABLE
;
1800
temp |=
SDVO_ENABLE
;
intel_display.c
18327
if (val &
SDVO_ENABLE
||
/src/sys/external/bsd/drm/dist/shared-core/
i915_reg.h
616
#define
SDVO_ENABLE
(1 << 31)
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_reg.h
4658
#define
SDVO_ENABLE
(1 << 31)
Completed in 52 milliseconds
Indexes created Sun Oct 12 22:09:51 GMT 2025