Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/agp/
HDagpreg.h296 #define AGP_I915_IFPADDR 0x60 macro
HDagp_i810.c2070 temp = pci_read_config(sc->bdev, AGP_I915_IFPADDR, 4); in agp_i915_chipset_flush_setup()
2093 pci_write_config(sc->bdev, AGP_I915_IFPADDR, temp | 1, 4); in agp_i915_chipset_flush_setup()
2108 temp = pci_read_config(sc->bdev, AGP_I915_IFPADDR, 4); in agp_i915_chipset_flush_teardown()
2110 pci_write_config(sc->bdev, AGP_I915_IFPADDR, temp, 4); in agp_i915_chipset_flush_teardown()