Lines Matching defs:agp
17 #include "agp.h"
23 * agp (see pmac_pci.c and look for cache line). Need to be investigated
294 u8 agp;
318 agp = pci_find_capability(device, PCI_CAP_ID_AGP);
319 if (!agp)
321 pci_read_config_dword(device, agp + PCI_AGP_COMMAND, &cmd);
327 pci_write_config_dword(device, agp + PCI_AGP_COMMAND, cmd);
331 agp = pci_find_capability(pdev, PCI_CAP_ID_AGP);
332 pci_read_config_dword(pdev, agp + PCI_AGP_COMMAND, &cmd);
337 pci_write_config_dword(pdev, agp + PCI_AGP_COMMAND, cmd);
460 * called, then all agp memory is deallocated and removed