Searched refs:AMD64_GARTAPERTUREBASE (Results 1 – 3 of 3) sorted by relevance
/arch/x86/include/asm/ |
D | gart.h | 28 #define AMD64_GARTAPERTUREBASE 0x94 macro
|
/arch/x86/kernel/ |
D | aperture_64.c | 288 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()
|
D | amd_gart_64.c | 553 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()
|