Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Ddvo_ns2501.c112 ns->fw_blc = I915_READ(FW_BLC); in enable_dvo()
117 I915_WRITE(FW_BLC, 0x1080304); in enable_dvo()
138 I915_WRITE(FW_BLC, ns->fw_blc); in restore_dvo()
H A Dintel_pm.c1648 I915_WRITE(FW_BLC, fwater_lo); in i9xx_update_wm()
1678 fwater_lo = I915_READ(FW_BLC) & ~0xfff; in i830_update_wm()
1683 I915_WRITE(FW_BLC, fwater_lo); in i830_update_wm()
H A Di915_reg.h845 #define FW_BLC 0x020d8 macro