Searched refs:aper_ctl (Results 1 – 1 of 1) sorted by relevance
102 uint32_t aper_ctl; in amd64_enable_gart() local107 aper_ctl = pci_config_get32(sc->gsoft_pcihdl, AMD64_APERTURE_CONTROL); in amd64_enable_gart()108 AMD64DB_PRINT1((CE_NOTE, "before: aper_ctl = %x", aper_ctl)); in amd64_enable_gart()121 aper_ctl |= AMD64_GARTEN; in amd64_enable_gart()122 aper_ctl &= ~(AMD64_DISGARTCPU | AMD64_DISGARTIO); in amd64_enable_gart()124 aper_ctl &= (~AMD64_GARTEN); in amd64_enable_gart()126 pci_config_put32(sc->gsoft_pcihdl, AMD64_APERTURE_CONTROL, aper_ctl); in amd64_enable_gart()