Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/agpgart/
H A Damd64_gart.c54 value = pci_config_get32(sc->gsoft_pcihdl, AMD64_APERTURE_CONTROL); in amd64_get_apersize()
107 aper_ctl = pci_config_get32(sc->gsoft_pcihdl, AMD64_APERTURE_CONTROL); in amd64_enable_gart()
126 pci_config_put32(sc->gsoft_pcihdl, AMD64_APERTURE_CONTROL, aper_ctl); in amd64_enable_gart()
/titanic_41/usr/src/uts/common/sys/agp/
H A Dagpdefs.h320 #define AMD64_APERTURE_CONTROL 0x90 macro