Searched refs:PCI_AGP_COMMAND_AGP (Results 1 – 2 of 2) sorted by relevance
238 command |= PCI_AGP_COMMAND_AGP; in uninorth_agp_enable()268 } while ((scratch & PCI_AGP_COMMAND_AGP) == 0 && ++timeout < 1000); in uninorth_agp_enable()269 if ((scratch & PCI_AGP_COMMAND_AGP) == 0) in uninorth_agp_enable()322 if (!(cmd & PCI_AGP_COMMAND_AGP)) in agp_uninorth_suspend()326 cmd &= ~PCI_AGP_COMMAND_AGP; in agp_uninorth_suspend()334 if (cmd & PCI_AGP_COMMAND_AGP) { in agp_uninorth_suspend()336 cmd &= ~PCI_AGP_COMMAND_AGP; in agp_uninorth_suspend()356 if (!(command & PCI_AGP_COMMAND_AGP)) in agp_uninorth_resume()
281 #define PCI_AGP_COMMAND_AGP 0x0100 /* Allow processing of AGP transactions */ macro