Searched refs:pci_pci_problems (Results 1 – 9 of 9) sorted by relevance
1062 if (pci_pci_problems) { in saa7134_initdev()1063 if (pci_pci_problems & PCIPCI_TRITON) in saa7134_initdev()1065 if (pci_pci_problems & PCIPCI_NATOMA) in saa7134_initdev()1067 if (pci_pci_problems & PCIPCI_VIAETBF) in saa7134_initdev()1069 if (pci_pci_problems & PCIPCI_VSFX) in saa7134_initdev()1072 if (pci_pci_problems & PCIPCI_ALIMAGIK) { in saa7134_initdev()1078 if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL)) { in saa7134_initdev()
297 if ((pci_pci_problems & PCIPCI_FAIL) == 0) { in quirk_nopcipci()299 pci_pci_problems |= PCIPCI_FAIL; in quirk_nopcipci()312 pci_pci_problems |= PCIAGP_FAIL; in quirk_nopciamd()320 if ((pci_pci_problems&PCIPCI_TRITON) == 0) { in quirk_triton()322 pci_pci_problems |= PCIPCI_TRITON; in quirk_triton()405 if ((pci_pci_problems&PCIPCI_VIAETBF) == 0) { in quirk_viaetbf()407 pci_pci_problems |= PCIPCI_VIAETBF; in quirk_viaetbf()414 if ((pci_pci_problems&PCIPCI_VSFX) == 0) { in quirk_vsfx()416 pci_pci_problems |= PCIPCI_VSFX; in quirk_vsfx()428 if ((pci_pci_problems&PCIPCI_ALIMAGIK) == 0) { in quirk_alimagik()[all …]
46 int pci_pci_problems; variable47 EXPORT_SYMBOL(pci_pci_problems);
3607 if (pci_pci_problems & PCIPCI_TRITON) { in cx88_pci_quirks()3611 if (pci_pci_problems & PCIPCI_NATOMA) { in cx88_pci_quirks()3615 if (pci_pci_problems & PCIPCI_VIAETBF) { in cx88_pci_quirks()3619 if (pci_pci_problems & PCIPCI_VSFX) { in cx88_pci_quirks()3624 if (pci_pci_problems & PCIPCI_ALIMAGIK) { in cx88_pci_quirks()
1416 if ((pci_pci_problems & PCIPCI_NATOMA) && zr->revision <= 1) { in zoran_probe()1499 if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL|PCIPCI_ALIMAGIK)) { in zoran_init()
419 if (pci_pci_problems & PCIPCI_TRITON) in zr36057_set_vfe()1613 if (pci_pci_problems & PCIPCI_TRITON) in zr36057_init_vfe()
1061 if (pci_pci_problems & (PCIPCI_FAIL | PCIAGP_FAIL | PCIPCI_ALIMAGIK)) in setup_fbuffer()
4885 if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL)) /* should check if target is AGP */ in bttv_check_chipset()4887 if (pci_pci_problems & (PCIPCI_TRITON|PCIPCI_NATOMA|PCIPCI_VIAETBF)) in bttv_check_chipset()4889 if (pci_pci_problems & PCIPCI_VSFX) in bttv_check_chipset()4892 if (pci_pci_problems & PCIPCI_ALIMAGIK) in bttv_check_chipset()
1929 extern int pci_pci_problems;