Searched refs:AMD64_GARTAPERTURECTL (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/ |
D | gart.h | 27 #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()
|
/linux-4.4.14/arch/x86/kernel/ |
D | aperture_64.c | 287 ctl = read_pci_config(bus, slot, 3, AMD64_GARTAPERTURECTL); in early_gart_iommu_check() 343 ctl = read_pci_config(bus, slot, 3, AMD64_GARTAPERTURECTL); in early_gart_iommu_check() 345 write_pci_config(bus, slot, 3, AMD64_GARTAPERTURECTL, ctl); in early_gart_iommu_check() 393 AMD64_GARTAPERTURECTL); in gart_iommu_hole_init() 402 write_pci_config(bus, slot, 3, AMD64_GARTAPERTURECTL, ctl); in gart_iommu_hole_init() 500 write_pci_config(bus, slot, 3, AMD64_GARTAPERTURECTL, ctl); in gart_iommu_hole_init()
|
D | amd_gart_64.c | 554 pci_read_config_dword(dev, AMD64_GARTAPERTURECTL, &aper_order); in read_aperture() 725 pci_read_config_dword(dev, AMD64_GARTAPERTURECTL, &ctl); in gart_iommu_shutdown() 729 pci_write_config_dword(dev, AMD64_GARTAPERTURECTL, ctl); in gart_iommu_shutdown()
|
/linux-4.4.14/drivers/char/agp/ |
D | amd64-agp.c | 131 pci_read_config_dword(dev, AMD64_GARTAPERTURECTL, &temp); in amd64_fetch_size() 208 pci_read_config_dword(dev, AMD64_GARTAPERTURECTL, &tmp); in amd64_cleanup() 210 pci_write_config_dword(dev, AMD64_GARTAPERTURECTL, tmp); in amd64_cleanup() 277 pci_read_config_dword(nb, AMD64_GARTAPERTURECTL, &nb_order); in fix_northbridge()
|