Home
last modified time | relevance | path

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

/linux/drivers/char/agp/
A Duninorth-agp.c237 command |= PCI_AGP_COMMAND_AGP; in uninorth_agp_enable()
267 } while ((scratch & PCI_AGP_COMMAND_AGP) == 0 && ++timeout < 1000); in uninorth_agp_enable()
268 if ((scratch & PCI_AGP_COMMAND_AGP) == 0) in uninorth_agp_enable()
321 if (!(cmd & PCI_AGP_COMMAND_AGP)) in agp_uninorth_suspend()
325 cmd &= ~PCI_AGP_COMMAND_AGP; in agp_uninorth_suspend()
333 if (cmd & PCI_AGP_COMMAND_AGP) { in agp_uninorth_suspend()
335 cmd &= ~PCI_AGP_COMMAND_AGP; in agp_uninorth_suspend()
355 if (!(command & PCI_AGP_COMMAND_AGP)) in agp_uninorth_resume()
/linux/include/uapi/linux/
A Dpci_regs.h281 #define PCI_AGP_COMMAND_AGP 0x0100 /* Allow processing of AGP transactions */ macro

Completed in 9 milliseconds