HomeSort by: relevance | last modified time | path
    Searched defs:i915_write_indexed (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm/dist/shared-core/
i915_suspend.c 109 static void i915_write_indexed(struct drm_device *dev, u16 index_port, u16 data_port, u8 reg, u8 val) function in typeref:typename:void
144 i915_write_indexed(dev, cr_index, cr_data, 0x11,
200 i915_write_indexed(dev, VGA_SR_INDEX, VGA_SR_DATA, i,
205 i915_write_indexed(dev, cr_index, cr_data, 0x11, dev_priv->saveCR[0x11]);
207 i915_write_indexed(dev, cr_index, cr_data, i, dev_priv->saveCR[i]);
211 i915_write_indexed(dev, VGA_GR_INDEX, VGA_GR_DATA, i,
214 i915_write_indexed(dev, VGA_GR_INDEX, VGA_GR_DATA, 0x10,
216 i915_write_indexed(dev, VGA_GR_INDEX, VGA_GR_DATA, 0x11,
218 i915_write_indexed(dev, VGA_GR_INDEX, VGA_GR_DATA, 0x18,

Completed in 14 milliseconds