Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/media/pci/zoran/
Dzoran_card.c1238 if (pci_pci_problems & (PCIPCI_FAIL | PCIAGP_FAIL | PCIPCI_ALIMAGIK)) in zoran_probe()
/linux-6.6.21/drivers/pci/
Dquirks.c389 if ((pci_pci_problems & PCIPCI_FAIL) == 0) { in quirk_nopcipci()
391 pci_pci_problems |= PCIPCI_FAIL; in quirk_nopcipci()
/linux-6.6.21/include/linux/
Dpci.h2292 #define PCIPCI_FAIL 1 /* No PCI PCI DMA */ macro