Home
last modified time | relevance | path

Searched refs:PCIAGP_FAIL (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/media/pci/saa7134/
Dsaa7134-core.c923 if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL)) { in saa7134_initdev()
/linux-4.4.14/drivers/media/pci/zoran/
Dzoran_card.c1503 if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL|PCIPCI_ALIMAGIK)) { in zoran_init()
Dzoran_driver.c1062 if (pci_pci_problems & (PCIPCI_FAIL | PCIAGP_FAIL | PCIPCI_ALIMAGIK)) in setup_fbuffer()
/linux-4.4.14/include/linux/
Dpci.h1683 #define PCIAGP_FAIL 64 /* No PCI to AGP DMA */ macro
/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttv-cards.c4881 if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL)) /* should check if target is AGP */ in bttv_check_chipset()
/linux-4.4.14/drivers/pci/
Dquirks.c142 pci_pci_problems |= PCIAGP_FAIL; in quirk_nopciamd()