Searched refs:pci_pci_problems (Results 1 – 9 of 9) sorted by relevance
907 if (pci_pci_problems) { in saa7134_initdev()908 if (pci_pci_problems & PCIPCI_TRITON) in saa7134_initdev()910 if (pci_pci_problems & PCIPCI_NATOMA) in saa7134_initdev()912 if (pci_pci_problems & PCIPCI_VIAETBF) in saa7134_initdev()914 if (pci_pci_problems & PCIPCI_VSFX) in saa7134_initdev()917 if (pci_pci_problems & PCIPCI_ALIMAGIK) { in saa7134_initdev()923 if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL)) { in saa7134_initdev()
127 if ((pci_pci_problems & PCIPCI_FAIL) == 0) { in quirk_nopcipci()129 pci_pci_problems |= PCIPCI_FAIL; in quirk_nopcipci()142 pci_pci_problems |= PCIAGP_FAIL; in quirk_nopciamd()152 if ((pci_pci_problems&PCIPCI_TRITON) == 0) { in quirk_triton()154 pci_pci_problems |= PCIPCI_TRITON; in quirk_triton()230 if ((pci_pci_problems&PCIPCI_VIAETBF) == 0) { in quirk_viaetbf()232 pci_pci_problems |= PCIPCI_VIAETBF; in quirk_viaetbf()239 if ((pci_pci_problems&PCIPCI_VSFX) == 0) { in quirk_vsfx()241 pci_pci_problems |= PCIPCI_VSFX; in quirk_vsfx()254 if ((pci_pci_problems&PCIPCI_ALIMAGIK) == 0) { in quirk_alimagik()[all …]
41 int pci_pci_problems; variable42 EXPORT_SYMBOL(pci_pci_problems);
3612 if (pci_pci_problems & PCIPCI_TRITON) { in cx88_pci_quirks()3617 if (pci_pci_problems & PCIPCI_NATOMA) { in cx88_pci_quirks()3622 if (pci_pci_problems & PCIPCI_VIAETBF) { in cx88_pci_quirks()3627 if (pci_pci_problems & PCIPCI_VSFX) { in cx88_pci_quirks()3633 if (pci_pci_problems & PCIPCI_ALIMAGIK) { in cx88_pci_quirks()
1420 if ((pci_pci_problems & PCIPCI_NATOMA) && zr->revision <= 1) { in zoran_probe()1503 if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL|PCIPCI_ALIMAGIK)) { in zoran_init()
429 if (pci_pci_problems & PCIPCI_TRITON) in zr36057_set_vfe()1623 if (pci_pci_problems & PCIPCI_TRITON) in zr36057_init_vfe()
1062 if (pci_pci_problems & (PCIPCI_FAIL | PCIAGP_FAIL | PCIPCI_ALIMAGIK)) in setup_fbuffer()
4881 if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL)) /* should check if target is AGP */ in bttv_check_chipset()4883 if (pci_pci_problems & (PCIPCI_TRITON|PCIPCI_NATOMA|PCIPCI_VIAETBF)) in bttv_check_chipset()4885 if (pci_pci_problems & PCIPCI_VSFX) in bttv_check_chipset()4888 if (pci_pci_problems & PCIPCI_ALIMAGIK) in bttv_check_chipset()
1676 extern int pci_pci_problems;