Lines Matching refs:reg
320 u32 reg = PIPESTAT(pipe);
321 u32 pipestat = I915_READ(reg) & 0x7fff0000;
328 I915_WRITE(reg, pipestat);
329 POSTING_READ(reg);
335 u32 reg = PIPESTAT(pipe);
336 u32 pipestat = I915_READ(reg) & 0x7fff0000;
342 I915_WRITE(reg, pipestat);
343 POSTING_READ(reg);
409 int reg = PIPE_FRMCOUNT_GM45(pipe);
417 return I915_READ(reg);
942 int reg = PIPESTAT(pipe);
943 pipe_stats[pipe] = I915_READ(reg);
952 I915_WRITE(reg, pipe_stats[pipe]);
3008 int reg = PIPESTAT(pipe);
3009 pipe_stats[pipe] = I915_READ(reg);
3018 I915_WRITE(reg, pipe_stats[pipe]);
3181 int reg = PIPESTAT(pipe);
3182 pipe_stats[pipe] = I915_READ(reg);
3189 I915_WRITE(reg, pipe_stats[pipe]);
3414 int reg = PIPESTAT(pipe);
3415 pipe_stats[pipe] = I915_READ(reg);
3424 I915_WRITE(reg, pipe_stats[pipe]);