Searched refs:PCIPCI_ALIMAGIK (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/drivers/media/pci/saa7134/
H A Dsaa7134-core.c913 #ifdef PCIPCI_ALIMAGIK saa7134_initdev()
914 if (pci_pci_problems & PCIPCI_ALIMAGIK) { saa7134_initdev()
915 printk(KERN_INFO "%s: quirk: PCIPCI_ALIMAGIK -- latency fixup\n", saa7134_initdev()
/linux-4.1.27/drivers/media/pci/cx88/
H A Dcx88-cards.c3632 #ifdef PCIPCI_ALIMAGIK cx88_pci_quirks()
3633 if (pci_pci_problems & PCIPCI_ALIMAGIK) { cx88_pci_quirks()
3634 printk(KERN_INFO "%s: quirk: PCIPCI_ALIMAGIK -- latency fixup\n", cx88_pci_quirks()
/linux-4.1.27/drivers/media/pci/zoran/
H A Dzoran_card.c1498 if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL|PCIPCI_ALIMAGIK)) { zoran_init()
H A Dzoran_driver.c1075 if (pci_pci_problems & (PCIPCI_FAIL | PCIAGP_FAIL | PCIPCI_ALIMAGIK)) setup_fbuffer()
/linux-4.1.27/drivers/media/pci/bt8xx/
H A Dbttv-cards.c4887 #ifdef PCIPCI_ALIMAGIK bttv_check_chipset()
4888 if (pci_pci_problems & PCIPCI_ALIMAGIK) bttv_check_chipset()
/linux-4.1.27/drivers/pci/
H A Dquirks.c255 if ((pci_pci_problems&PCIPCI_ALIMAGIK) == 0) { quirk_alimagik()
257 pci_pci_problems |= PCIPCI_ALIMAGIK|PCIPCI_TRITON; quirk_alimagik()
/linux-4.1.27/include/linux/
H A Dpci.h1646 #define PCIPCI_ALIMAGIK 32 /* Need low latency setting */ pci_dev_specific_enable_acs() macro

Completed in 448 milliseconds