Searched refs:PIPEASTAT (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Di915_irq.c132 return PIPEASTAT;
594 error->pipeastat = I915_READ(PIPEASTAT);
804 u32 pipea_stats = I915_READ(PIPEASTAT);
808 printk(KERN_ERR "PIPEASTAT: 0x%08x\n",
972 pipea_stats = I915_READ(PIPEASTAT);
984 I915_WRITE(PIPEASTAT, pipea_stats);
1501 I915_WRITE(PIPEASTAT, 0);
1630 I915_WRITE(PIPEASTAT, 0);
1635 I915_WRITE(PIPEASTAT, I915_READ(PIPEASTAT)
[all...]
H A Di915_debugfs.c223 I915_READ(PIPEASTAT));
H A Di915_suspend.c302 dev_priv->savePIPEASTAT = I915_READ(PIPEASTAT);
H A Di915_reg.h2098 #define PIPEASTAT 0x70024 macro
H A Dintel_display.c988 int pipestat_reg = (pipe == 0 ? PIPEASTAT : PIPEBSTAT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/intelfb/
H A Dintelfbhw.h283 #define PIPEASTAT 0x70024 /* bits 0-15 are "write 1 to clear" */ macro
H A Dintelfbhw.c1331 pipe_stat_reg = PIPEASTAT;
2013 OUTREG(PIPEASTAT, INREG(PIPEASTAT));

Completed in 99 milliseconds