Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/char/agp/
Dintel-agp.c79 pci_write_config_dword(agp_bridge->dev, INTEL_AGPCTRL, 0x2200); in intel_tlbflush()
80 pci_write_config_dword(agp_bridge->dev, INTEL_AGPCTRL, 0x2280); in intel_tlbflush()
87 pci_read_config_dword(agp_bridge->dev, INTEL_AGPCTRL, &temp); in intel_8xx_tlbflush()
88 pci_write_config_dword(agp_bridge->dev, INTEL_AGPCTRL, temp & ~(1 << 7)); in intel_8xx_tlbflush()
89 pci_read_config_dword(agp_bridge->dev, INTEL_AGPCTRL, &temp); in intel_8xx_tlbflush()
90 pci_write_config_dword(agp_bridge->dev, INTEL_AGPCTRL, temp | (1 << 7)); in intel_8xx_tlbflush()
137 pci_write_config_dword(agp_bridge->dev, INTEL_AGPCTRL, 0x2280); in intel_configure()
178 pci_write_config_dword(agp_bridge->dev, INTEL_AGPCTRL, 0x0000); in intel_815_configure()
227 pci_write_config_dword(agp_bridge->dev, INTEL_AGPCTRL, 0x0000); in intel_820_configure()
258 pci_write_config_dword(agp_bridge->dev, INTEL_AGPCTRL, 0x0000); in intel_840_configure()
[all …]
Defficeon-agp.c112 pci_write_config_dword(agp_bridge->dev, INTEL_AGPCTRL, 0x2200); in efficeon_tlbflush()
113 pci_write_config_dword(agp_bridge->dev, INTEL_AGPCTRL, 0x2280); in efficeon_tlbflush()
148 pci_write_config_dword(agp_bridge->dev, INTEL_AGPCTRL, 0x2280); in efficeon_configure()
Dintel-agp.h10 #define INTEL_AGPCTRL 0xb0 macro