Searched refs:pci_pci_problems (Results 1 – 6 of 6) sorted by relevance
1054 if (pci_pci_problems) { in saa7134_initdev()1055 if (pci_pci_problems & PCIPCI_TRITON) in saa7134_initdev()1057 if (pci_pci_problems & PCIPCI_NATOMA) in saa7134_initdev()1059 if (pci_pci_problems & PCIPCI_VIAETBF) in saa7134_initdev()1061 if (pci_pci_problems & PCIPCI_VSFX) in saa7134_initdev()1064 if (pci_pci_problems & PCIPCI_ALIMAGIK) { in saa7134_initdev()1070 if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL)) { in saa7134_initdev()
295 if ((pci_pci_problems & PCIPCI_FAIL) == 0) { in quirk_nopcipci()297 pci_pci_problems |= PCIPCI_FAIL; in quirk_nopcipci()310 pci_pci_problems |= PCIAGP_FAIL; in quirk_nopciamd()318 if ((pci_pci_problems&PCIPCI_TRITON) == 0) { in quirk_triton()320 pci_pci_problems |= PCIPCI_TRITON; in quirk_triton()403 if ((pci_pci_problems&PCIPCI_VIAETBF) == 0) { in quirk_viaetbf()405 pci_pci_problems |= PCIPCI_VIAETBF; in quirk_viaetbf()412 if ((pci_pci_problems&PCIPCI_VSFX) == 0) { in quirk_vsfx()414 pci_pci_problems |= PCIPCI_VSFX; in quirk_vsfx()426 if ((pci_pci_problems&PCIPCI_ALIMAGIK) == 0) { in quirk_alimagik()[all …]
48 int pci_pci_problems; variable49 EXPORT_SYMBOL(pci_pci_problems);
3598 if (pci_pci_problems & PCIPCI_TRITON) { in cx88_pci_quirks()3602 if (pci_pci_problems & PCIPCI_NATOMA) { in cx88_pci_quirks()3606 if (pci_pci_problems & PCIPCI_VIAETBF) { in cx88_pci_quirks()3610 if (pci_pci_problems & PCIPCI_VSFX) { in cx88_pci_quirks()3615 if (pci_pci_problems & PCIPCI_ALIMAGIK) { in cx88_pci_quirks()
4873 if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL)) /* should check if target is AGP */ in bttv_check_chipset()4875 if (pci_pci_problems & (PCIPCI_TRITON|PCIPCI_NATOMA|PCIPCI_VIAETBF)) in bttv_check_chipset()4877 if (pci_pci_problems & PCIPCI_VSFX) in bttv_check_chipset()4880 if (pci_pci_problems & PCIPCI_ALIMAGIK) in bttv_check_chipset()
1995 extern int pci_pci_problems;