Searched refs:INSTPM (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/i810/
H A Di810_regs.h51 #define INSTPM 0x020C0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/intelfb/
H A Dintelfbhw.h104 #define INSTPM 0x20c0 macro
H A Dintelfbhw.c636 hw->instpm = INREG(INSTPM);
847 printk(" INSTPM 0x%08x\n", hw->instpm);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Di915_irq.c596 error->instpm = I915_READ(INSTPM);
816 printk(KERN_ERR " INSTPM: 0x%08x\n",
817 I915_READ(INSTPM));
H A Di915_debugfs.c456 seq_printf(m, " INSTPM: 0x%08x\n", error->instpm);
681 sr_enabled = I915_READ(INSTPM) & INSTPM_SELF_EN;
H A Dintel_display.c3215 I915_WRITE(INSTPM, I915_READ(INSTPM) | INSTPM_SELF_EN);
3223 I915_WRITE(INSTPM, I915_READ(INSTPM) & ~INSTPM_SELF_EN);
H A Di915_dma.c1453 I915_WRITE(INSTPM, (1 << 5) | (1 << 21));
H A Di915_reg.h356 #define INSTPM 0x020c0 macro

Completed in 110 milliseconds