Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/drm2/i915/
HDintel_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()
HDi915_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()
HDi915_reg.h1589 #define ADPA 0x61100 macro
1591 #define VLV_ADPA (VLV_DISPLAY_BASE + ADPA)
/freebsd-11-stable/sys/dev/drm/
HDi915_reg.h408 #define ADPA 0x61100 macro
607 #define ADPA 0x61100 macro
HDi915_suspend.c309 dev_priv->saveADPA = I915_READ(ADPA); in i915_save_state()
474 I915_WRITE(ADPA, dev_priv->saveADPA); in i915_restore_state()