Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/agp/
H A 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()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h281 #define PCI_AGP_COMMAND_AGP 0x0100 /* Allow processing of AGP transactions */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h282 #define PCI_AGP_COMMAND_AGP 0x0100 /* Allow processing of AGP transactions */ macro
/openbmc/u-boot/include/
H A Dpci.h377 #define PCI_AGP_COMMAND_AGP 0x0100 /* Allow processing of AGP transactions */ macro