Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/agp/
Dagp_nvidia.c231 temp = pci_read_config(sc->mc2_dev, AGP_NVIDIA_2_GARTCTRL, 4); in agp_nvidia_attach()
232 pci_write_config(sc->mc2_dev, AGP_NVIDIA_2_GARTCTRL, temp | 0x11, 4); in agp_nvidia_attach()
257 temp = pci_read_config(sc->mc2_dev, AGP_NVIDIA_2_GARTCTRL, 4); in agp_nvidia_detach()
258 pci_write_config(sc->mc2_dev, AGP_NVIDIA_2_GARTCTRL, temp & ~(0x11), 4); in agp_nvidia_detach()
Dagpreg.h366 #define AGP_NVIDIA_2_GARTCTRL 0xd0 macro