Searched refs:PCI_AGP_COMMAND_FW (Results 1 – 2 of 2) sorted by relevance
66 if ((mode | pci->agp.mode) & PCI_AGP_COMMAND_FW) { in nvkm_agp_preinit()67 mode = pci->agp.mode & ~PCI_AGP_COMMAND_FW; in nvkm_agp_preinit()171 pci->agp.mode &= ~PCI_AGP_COMMAND_FW; in nvkm_agp_ctor()
283 #define PCI_AGP_COMMAND_FW 0x0010 /* Force FW transfers */ macro