Searched refs:pci_pci_problems (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dquirks.c80 int pci_pci_problems; variable
81 EXPORT_SYMBOL(pci_pci_problems); variable
88 if ((pci_pci_problems & PCIPCI_FAIL)==0) {
90 pci_pci_problems |= PCIPCI_FAIL;
103 pci_pci_problems |= PCIAGP_FAIL;
113 if ((pci_pci_problems&PCIPCI_TRITON)==0) {
115 pci_pci_problems |= PCIPCI_TRITON;
194 if ((pci_pci_problems&PCIPCI_VIAETBF)==0) {
196 pci_pci_problems |= PCIPCI_VIAETBF;
203 if ((pci_pci_problems
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-core.c860 if (pci_pci_problems) {
861 if (pci_pci_problems & PCIPCI_TRITON)
863 if (pci_pci_problems & PCIPCI_NATOMA)
865 if (pci_pci_problems & PCIPCI_VIAETBF)
867 if (pci_pci_problems & PCIPCI_VSFX)
870 if (pci_pci_problems & PCIPCI_ALIMAGIK) {
876 if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx88/
H A Dcx88-core.c1006 if (pci_pci_problems & PCIPCI_TRITON) {
1011 if (pci_pci_problems & PCIPCI_NATOMA) {
1016 if (pci_pci_problems & PCIPCI_VIAETBF) {
1021 if (pci_pci_problems & PCIPCI_VSFX) {
1027 if (pci_pci_problems & PCIPCI_ALIMAGIK) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dzoran_card.c1618 if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL|PCIPCI_ALIMAGIK)) {
1629 if ((pci_pci_problems & PCIPCI_NATOMA) && zr->revision <= 1) {
H A Dzoran_device.c485 if (pci_pci_problems & PCIPCI_TRITON)
1739 if (pci_pci_problems & PCIPCI_TRITON)
H A Dzoran_driver.c1518 if (pci_pci_problems & (PCIPCI_FAIL | PCIAGP_FAIL | PCIPCI_ALIMAGIK))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-cards.c4981 if (pci_pci_problems & (PCIPCI_FAIL|PCIAGP_FAIL)) /* should check if target is AGP */
4983 if (pci_pci_problems & (PCIPCI_TRITON|PCIPCI_NATOMA|PCIPCI_VIAETBF))
4985 if (pci_pci_problems & PCIPCI_VSFX)
4988 if (pci_pci_problems & PCIPCI_ALIMAGIK)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpci.h861 extern int pci_pci_problems;

Completed in 88 milliseconds