Home
last modified time | relevance | path

Searched refs:AMD64_GARTAPERTUREBASE (Results 1 – 3 of 3) sorted by relevance

/arch/x86/include/asm/
Dgart.h28 #define AMD64_GARTAPERTUREBASE 0x94 macro
/arch/x86/kernel/
Daperture_64.c288 aper_base = read_pci_config(bus, slot, 3, AMD64_GARTAPERTUREBASE) & 0x7fff; in early_gart_iommu_check()
400 aper_base = read_pci_config(bus, slot, 3, AMD64_GARTAPERTUREBASE) & 0x7fff; in gart_iommu_hole_init()
495 write_pci_config(bus, slot, 3, AMD64_GARTAPERTUREBASE, aper_alloc >> 25); in gart_iommu_hole_init()
Damd_gart_64.c553 pci_read_config_dword(dev, AMD64_GARTAPERTUREBASE, &aper_base_32); in read_aperture()
620 pci_write_config_dword(dev, AMD64_GARTAPERTUREBASE, aperture_alloc >> 25); in gart_fixup_northbridges()