pgtblctl          231 dev/pci/agp_i810.c 		u_int32_t pgtblctl;
pgtblctl          262 dev/pci/agp_i810.c 		pgtblctl = READ4(AGP_I810_PGTBL_CTL);
pgtblctl          263 dev/pci/agp_i810.c 		pgtblctl |= 1;
pgtblctl          264 dev/pci/agp_i810.c 		WRITE4(AGP_I810_PGTBL_CTL, pgtblctl);
pgtblctl          266 dev/pci/agp_i810.c 		gatt->ag_physical = pgtblctl & ~1;
pgtblctl          270 dev/pci/agp_i810.c 		u_int32_t pgtblctl;
pgtblctl          313 dev/pci/agp_i810.c 		pgtblctl = READ4(AGP_I810_PGTBL_CTL);
pgtblctl          314 dev/pci/agp_i810.c 		pgtblctl |= 1;
pgtblctl          315 dev/pci/agp_i810.c 		WRITE4(AGP_I810_PGTBL_CTL, pgtblctl);
pgtblctl          317 dev/pci/agp_i810.c 		gatt->ag_physical = pgtblctl & ~1;
pgtblctl          320 dev/pci/agp_i810.c 		u_int32_t pgtblctl;
pgtblctl          384 dev/pci/agp_i810.c 		pgtblctl = READ4(AGP_I810_PGTBL_CTL);
pgtblctl          385 dev/pci/agp_i810.c 		pgtblctl |= 1;
pgtblctl          386 dev/pci/agp_i810.c 		WRITE4(AGP_I810_PGTBL_CTL, pgtblctl);
pgtblctl          388 dev/pci/agp_i810.c 		gatt->ag_physical = pgtblctl & ~1;
pgtblctl          392 dev/pci/agp_i810.c 		u_int32_t pgtblctl;
pgtblctl          429 dev/pci/agp_i810.c 		pgtblctl = READ4(AGP_I810_PGTBL_CTL);
pgtblctl          430 dev/pci/agp_i810.c 		pgtblctl |= 1;
pgtblctl          431 dev/pci/agp_i810.c 		WRITE4(AGP_I810_PGTBL_CTL, pgtblctl);
pgtblctl          433 dev/pci/agp_i810.c 		gatt->ag_physical = pgtblctl & ~1;