Searched refs:pci_pci_problems (Results 1 – 8 of 8) sorted by relevance
1042 if (pci_pci_problems) { in saa7134_initdev()1043 if (pci_pci_problems & PCIPCI_TRITON) in saa7134_initdev()1045 if (pci_pci_problems & PCIPCI_NATOMA) in saa7134_initdev()1047 if (pci_pci_problems & PCIPCI_VIAETBF) in saa7134_initdev()1049 if (pci_pci_problems & PCIPCI_VSFX) in saa7134_initdev()1052 if (pci_pci_problems & PCIPCI_ALIMAGIK) { in saa7134_initdev()
406 if ((pci_pci_problems & PCIPCI_FAIL) == 0) { in quirk_nopcipci()408 pci_pci_problems |= PCIPCI_FAIL; in quirk_nopcipci()421 pci_pci_problems |= PCIAGP_FAIL; in quirk_nopciamd()429 if ((pci_pci_problems&PCIPCI_TRITON) == 0) { in quirk_triton()431 pci_pci_problems |= PCIPCI_TRITON; in quirk_triton()514 if ((pci_pci_problems&PCIPCI_VIAETBF) == 0) { in quirk_viaetbf()516 pci_pci_problems |= PCIPCI_VIAETBF; in quirk_viaetbf()523 if ((pci_pci_problems&PCIPCI_VSFX) == 0) { in quirk_vsfx()525 pci_pci_problems |= PCIPCI_VSFX; in quirk_vsfx()537 if ((pci_pci_problems&PCIPCI_ALIMAGIK) == 0) { in quirk_alimagik()[all …]
50 int pci_pci_problems; variable51 EXPORT_SYMBOL(pci_pci_problems);
67 if (pci_pci_problems & PCIPCI_TRITON) in zr36057_init_vfe()326 if (pci_pci_problems & PCIPCI_TRITON) in zr36057_set_vfe()
1234 if (pci_pci_problems & (PCIPCI_FAIL | PCIAGP_FAIL | PCIPCI_ALIMAGIK)) in zoran_probe()1395 if ((pci_pci_problems & PCIPCI_NATOMA) && zr->revision <= 1) in zoran_probe()
3641 if (pci_pci_problems & PCIPCI_TRITON) { in cx88_pci_quirks()3645 if (pci_pci_problems & PCIPCI_NATOMA) { in cx88_pci_quirks()3649 if (pci_pci_problems & PCIPCI_VIAETBF) { in cx88_pci_quirks()3653 if (pci_pci_problems & PCIPCI_VSFX) { in cx88_pci_quirks()3658 if (pci_pci_problems & PCIPCI_ALIMAGIK) { in cx88_pci_quirks()
4872 if (pci_pci_problems & (PCIPCI_TRITON|PCIPCI_NATOMA|PCIPCI_VIAETBF)) in bttv_check_chipset()4874 if (pci_pci_problems & PCIPCI_VSFX) in bttv_check_chipset()4877 if (pci_pci_problems & PCIPCI_ALIMAGIK) in bttv_check_chipset()
2476 extern int pci_pci_problems;