Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/agpgart/
H A Damd64_gart.c111 gart_base = pci_config_get32(sc->gsoft_pcihdl, AMD64_GART_BASE); in amd64_enable_gart()
288 pci_config_put32(sc->gsoft_pcihdl, AMD64_GART_BASE, addr); in amd64_gart_ioctl()
307 pci_config_put32(sc->gsoft_pcihdl, AMD64_GART_BASE, 0x00000000); in amd64_gart_ioctl()
/titanic_41/usr/src/uts/common/sys/agp/
H A Dagpdefs.h323 #define AMD64_GART_BASE 0x98 macro