Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/media/zoran/
Dzoran_card.c1499 if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL|PCIPCI_ALIMAGIK)) { in zoran_init()
Dzoran_driver.c1061 if (pci_pci_problems & (PCIPCI_FAIL | PCIAGP_FAIL | PCIPCI_ALIMAGIK)) in setup_fbuffer()
/Linux-v4.19/drivers/media/pci/saa7134/
Dsaa7134-core.c1078 if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL)) { in saa7134_initdev()
/Linux-v4.19/drivers/pci/
Dquirks.c297 if ((pci_pci_problems & PCIPCI_FAIL) == 0) { in quirk_nopcipci()
299 pci_pci_problems |= PCIPCI_FAIL; in quirk_nopcipci()
/Linux-v4.19/include/linux/
Dpci.h1930 #define PCIPCI_FAIL 1 /* No PCI PCI DMA */ macro
/Linux-v4.19/drivers/media/pci/bt8xx/
Dbttv-cards.c4885 if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL)) /* should check if target is AGP */ in bttv_check_chipset()