Home
last modified time | relevance | path

Searched refs:I810_PGETBL_ENABLED (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/char/agp/
Dintel-agp.h77 #define I810_PGETBL_ENABLED 0x00000001 macro
Dintel-gtt.c190 writel(virt_to_phys(gtt_table) | I810_PGETBL_ENABLED, in i810_setup()
500 pgetbl_ctl2 &= ~I810_PGETBL_ENABLED; in i965_adjust_pgetbl_size()
665 & ~I810_PGETBL_ENABLED; in intel_gtt_init()
668 intel_private.PGETBL_save |= I810_PGETBL_ENABLED; in intel_gtt_init()
814 if (HAS_PGTBL_EN && (readl(reg) & I810_PGETBL_ENABLED) == 0) { in intel_enable_gtt()