Home
last modified time | relevance | path

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

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