Home
last modified time | relevance | path

Searched refs:AMD64_GARTAPERTURECTL (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dgart.h28 #define AMD64_GARTAPERTURECTL 0x90 macro
71 pci_write_config_dword(dev, AMD64_GARTAPERTURECTL, ctl); in gart_set_size_and_enable()
85 pci_read_config_dword(dev, AMD64_GARTAPERTURECTL, &ctl); in enable_gart_translation()
88 pci_write_config_dword(dev, AMD64_GARTAPERTURECTL, ctl); in enable_gart_translation()
/openbmc/linux/arch/x86/kernel/
H A Daperture_64.c329 ctl = read_pci_config(bus, slot, 3, AMD64_GARTAPERTURECTL); in early_gart_iommu_check()
385 ctl = read_pci_config(bus, slot, 3, AMD64_GARTAPERTURECTL); in early_gart_iommu_check()
387 write_pci_config(bus, slot, 3, AMD64_GARTAPERTURECTL, ctl); in early_gart_iommu_check()
435 AMD64_GARTAPERTURECTL); in gart_iommu_hole_init()
444 write_pci_config(bus, slot, 3, AMD64_GARTAPERTURECTL, ctl); in gart_iommu_hole_init()
556 write_pci_config(bus, slot, 3, AMD64_GARTAPERTURECTL, ctl); in gart_iommu_hole_init()
H A Damd_gart_64.c524 pci_read_config_dword(dev, AMD64_GARTAPERTURECTL, &aper_order); in read_aperture()
699 pci_read_config_dword(dev, AMD64_GARTAPERTURECTL, &ctl); in gart_iommu_shutdown()
703 pci_write_config_dword(dev, AMD64_GARTAPERTURECTL, ctl); in gart_iommu_shutdown()
/openbmc/linux/drivers/char/agp/
H A Damd64-agp.c132 pci_read_config_dword(dev, AMD64_GARTAPERTURECTL, &temp); in amd64_fetch_size()
209 pci_read_config_dword(dev, AMD64_GARTAPERTURECTL, &tmp); in amd64_cleanup()
211 pci_write_config_dword(dev, AMD64_GARTAPERTURECTL, tmp); in amd64_cleanup()
278 pci_read_config_dword(nb, AMD64_GARTAPERTURECTL, &nb_order); in fix_northbridge()