Searched refs:pci_pci_problems (Results 1 – 5 of 5) sorted by relevance
61 int pci_pci_problems; variable69 if((pci_pci_problems&PCIPCI_FAIL)==0) in quirk_nopcipci()72 pci_pci_problems|=PCIPCI_FAIL; in quirk_nopcipci()82 if((pci_pci_problems&PCIPCI_TRITON)==0) in quirk_triton()85 pci_pci_problems|=PCIPCI_TRITON; in quirk_triton()155 if((pci_pci_problems&PCIPCI_VIAETBF)==0) in quirk_viaetbf()158 pci_pci_problems|=PCIPCI_VIAETBF; in quirk_viaetbf()163 if((pci_pci_problems&PCIPCI_VSFX)==0) in quirk_vsfx()166 pci_pci_problems|=PCIPCI_VSFX; in quirk_vsfx()179 if((pci_pci_problems&PCIPCI_ALIMAGIK)==0) in quirk_alimagik()[all …]
2225 EXPORT_SYMBOL(pci_pci_problems);
3463 if (pci_pci_problems & PCIPCI_FAIL) in bttv_check_chipset()3465 if (pci_pci_problems & (PCIPCI_TRITON|PCIPCI_NATOMA|PCIPCI_VIAETBF)) in bttv_check_chipset()3467 if (pci_pci_problems & PCIPCI_VSFX) in bttv_check_chipset()3470 if (pci_pci_problems & PCIPCI_ALIMAGIK) in bttv_check_chipset()
4808 if(pci_pci_problems & PCIPCI_FAIL) in handle_chipset()4811 if(pci_pci_problems & PCIPCI_TRITON) in handle_chipset()4817 if(pci_pci_problems & PCIPCI_NATOMA) in handle_chipset()
830 extern int pci_pci_problems;