Home
last modified time | relevance | path

Searched refs:ADPA (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/dev/drm2/i915/
H A Dintel_crt.c301 save_adpa = adpa = I915_READ(ADPA); in valleyview_crt_detect_hotplug()
306 I915_WRITE(ADPA, adpa); in valleyview_crt_detect_hotplug()
308 if (wait_for((I915_READ(ADPA) & ADPA_CRT_HOTPLUG_FORCE_TRIGGER) == 0, in valleyview_crt_detect_hotplug()
311 I915_WRITE(ADPA, save_adpa); in valleyview_crt_detect_hotplug()
315 adpa = I915_READ(ADPA); in valleyview_crt_detect_hotplug()
771 crt->adpa_reg = ADPA; in intel_crt_init()
H A Di915_suspend.c404 dev_priv->regfile.saveADPA = I915_READ(ADPA); in i915_save_modeset_reg()
616 I915_WRITE(ADPA, dev_priv->regfile.saveADPA); in i915_restore_modeset_reg()
H A Di915_reg.h1589 #define ADPA 0x61100 macro
1591 #define VLV_ADPA (VLV_DISPLAY_BASE + ADPA)