Searched refs:PCIPCI_ALIMAGIK (Results 1 – 7 of 7) sorted by relevance
1071 #ifdef PCIPCI_ALIMAGIK in saa7134_initdev()1072 if (pci_pci_problems & PCIPCI_ALIMAGIK) { in saa7134_initdev()
3623 #ifdef PCIPCI_ALIMAGIK in cx88_pci_quirks()3624 if (pci_pci_problems & PCIPCI_ALIMAGIK) { in cx88_pci_quirks()
1499 if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL|PCIPCI_ALIMAGIK)) { in zoran_init()
1061 if (pci_pci_problems & (PCIPCI_FAIL | PCIAGP_FAIL | PCIPCI_ALIMAGIK)) in setup_fbuffer()
4891 #ifdef PCIPCI_ALIMAGIK in bttv_check_chipset()4892 if (pci_pci_problems & PCIPCI_ALIMAGIK) in bttv_check_chipset()
428 if ((pci_pci_problems&PCIPCI_ALIMAGIK) == 0) { in quirk_alimagik()430 pci_pci_problems |= PCIPCI_ALIMAGIK|PCIPCI_TRITON; in quirk_alimagik()
1935 #define PCIPCI_ALIMAGIK 32 /* Need low latency setting */ macro