Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/agp/
H A Dvia-agp.c19 #define VIA_AGP3_GARTCTRL 0x90 macro
145 pci_read_config_dword(agp_bridge->dev, VIA_AGP3_GARTCTRL, &temp); in via_configure_agp3()
146 pci_write_config_dword(agp_bridge->dev, VIA_AGP3_GARTCTRL, temp | (3<<7)); in via_configure_agp3()
164 pci_read_config_dword(agp_bridge->dev, VIA_AGP3_GARTCTRL, &temp); in via_tlbflush_agp3()
165 pci_write_config_dword(agp_bridge->dev, VIA_AGP3_GARTCTRL, temp & ~(1<<7)); in via_tlbflush_agp3()
166 pci_write_config_dword(agp_bridge->dev, VIA_AGP3_GARTCTRL, temp); in via_tlbflush_agp3()