Searched refs:PCI_AGP_COMMAND_AGP (Results 1 – 2 of 2) sorted by relevance
236 command |= PCI_AGP_COMMAND_AGP; in uninorth_agp_enable()266 } while ((scratch & PCI_AGP_COMMAND_AGP) == 0 && ++timeout < 1000); in uninorth_agp_enable()267 if ((scratch & PCI_AGP_COMMAND_AGP) == 0) in uninorth_agp_enable()320 if (!(cmd & PCI_AGP_COMMAND_AGP)) in agp_uninorth_suspend()324 cmd &= ~PCI_AGP_COMMAND_AGP; in agp_uninorth_suspend()332 if (cmd & PCI_AGP_COMMAND_AGP) { in agp_uninorth_suspend()334 cmd &= ~PCI_AGP_COMMAND_AGP; in agp_uninorth_suspend()354 if (!(command & PCI_AGP_COMMAND_AGP)) in agp_uninorth_resume()
280 #define PCI_AGP_COMMAND_AGP 0x0100 /* Allow processing of AGP transactions */ macro