Searched refs:FW_BLC (Results 1 - 4 of 4) sorted by relevance

/drivers/video/fbdev/i810/
H A Di810_regs.h57 #define FW_BLC 0x020D8 macro
H A Di810_main.c329 i810_writel(FW_BLC, mmio, par->watermark);
574 tmp_long = i810_readl(FW_BLC, mmio);
577 i810_writel(FW_BLC, mmio, tmp_long);
654 par->hw_state.fw_blc = i810_readl(FW_BLC, mmio);
/drivers/gpu/drm/i915/
H A Dintel_pm.c1817 I915_WRITE(FW_BLC, fwater_lo);
1842 fwater_lo = I915_READ(FW_BLC) & ~0xfff;
1847 I915_WRITE(FW_BLC, fwater_lo);
H A Di915_reg.h1298 #define FW_BLC 0x020d8 macro

Completed in 111 milliseconds