HomeSort by: relevance | last modified time | path
    Searched refs:VLV_PCBR (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_rc6.c 277 pcbr = intel_uncore_read(uncore, VLV_PCBR);
284 intel_uncore_write(uncore, VLV_PCBR, pctx_paddr);
299 pcbr = intel_uncore_read(uncore, VLV_PCBR);
336 intel_uncore_write(uncore, VLV_PCBR, pctx_paddr);
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_drv.c 2311 s->pcbr = I915_READ(VLV_PCBR);
2409 I915_WRITE(VLV_PCBR, s->pcbr);
i915_reg.h 2830 #define VLV_PCBR _MMIO(VLV_DISPLAY_BASE + 0x2120)

Completed in 161 milliseconds