Home
last modified time | relevance | path

Searched refs:PCI_AGP_COMMAND_FW (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_agp.c40 mode &= ~PCI_AGP_COMMAND_FW; in get_agp_mode()
117 dev->agp->mode) & PCI_AGP_COMMAND_FW) { in nouveau_agp_reset()
126 mode.mode &= ~PCI_AGP_COMMAND_FW; in nouveau_agp_reset()
/linux-4.1.27/arch/ia64/sn/pci/
Dtioca_provider.c255 reg |= PCI_AGP_COMMAND_FW; in tioca_fastwrite_enable()
/linux-4.1.27/include/uapi/linux/
Dpci_regs.h272 #define PCI_AGP_COMMAND_FW 0x0010 /* Force FW transfers */ macro