Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/char/agp/
Dintel-agp.c77 pci_write_config_dword(agp_bridge->dev, INTEL_AGPCTRL, 0x2200); in intel_tlbflush()
78 pci_write_config_dword(agp_bridge->dev, INTEL_AGPCTRL, 0x2280); in intel_tlbflush()
85 pci_read_config_dword(agp_bridge->dev, INTEL_AGPCTRL, &temp); in intel_8xx_tlbflush()
86 pci_write_config_dword(agp_bridge->dev, INTEL_AGPCTRL, temp & ~(1 << 7)); in intel_8xx_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()
134 pci_write_config_dword(agp_bridge->dev, INTEL_AGPCTRL, 0x2280); in intel_configure()
175 pci_write_config_dword(agp_bridge->dev, INTEL_AGPCTRL, 0x0000); in intel_815_configure()
223 pci_write_config_dword(agp_bridge->dev, INTEL_AGPCTRL, 0x0000); in intel_820_configure()
253 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()
147 pci_write_config_dword(agp_bridge->dev, INTEL_AGPCTRL, 0x2280); in efficeon_configure()
Dintel-agp.h11 #define INTEL_AGPCTRL 0xb0 macro