Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/char/agp/
Duninorth-agp.c236 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()
/Linux-v4.19/include/uapi/linux/
Dpci_regs.h280 #define PCI_AGP_COMMAND_AGP 0x0100 /* Allow processing of AGP transactions */ macro