Searched refs:PCI_CLASS_PROG (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/
H A Dpplus.c427 early_read_config_byte(0, 0, PCI_DEVFN(0xb, 1), PCI_CLASS_PROG,
430 early_write_config_byte(0, 0, PCI_DEVFN(0xb, 1), PCI_CLASS_PROG,
447 early_read_config_byte(0, 0, PCI_DEVFN(0xb, 1), PCI_CLASS_PROG,
450 early_write_config_byte(0, 0, PCI_DEVFN(0xb, 1), PCI_CLASS_PROG,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/chrp/
H A Dpci.c332 pci_read_config_byte(sl82c105, PCI_CLASS_PROG, &progif);
333 pci_write_config_byte(sl82c105, PCI_CLASS_PROG, progif | 0x05);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parisc/
H A Dsuperio.c437 pci_write_config_byte(pdev, PCI_CLASS_PROG, pdev->class);
439 pci_read_config_byte(pdev, PCI_CLASS_PROG, &prog);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dsetup-pci.c108 if (pci_read_config_byte(dev, PCI_CLASS_PROG, &progif) ||
116 (void) pci_write_config_byte(dev, PCI_CLASS_PROG, progif|5);
117 if (pci_read_config_byte(dev, PCI_CLASS_PROG, &progif) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dpci_auto.c477 PCI_CLASS_PROG,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dquirks.c859 pci_read_config_byte(pdev, PCI_CLASS_PROG, &prog);
863 pci_write_config_byte(pdev, PCI_CLASS_PROG, prog);
876 pci_read_config_byte(pdev, PCI_CLASS_PROG, &prog);
882 pci_write_config_byte(pdev, PCI_CLASS_PROG, prog);
H A Dprobe.c736 pci_read_config_byte(dev, PCI_CLASS_PROG, &progif);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dpci.c1287 pci_read_config_byte(dev, PCI_CLASS_PROG, &progif);
1291 (void) pci_write_config_byte(dev, PCI_CLASS_PROG, progif|5);
1292 if (pci_read_config_byte(dev, PCI_CLASS_PROG, &progif) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/celleb/
H A Dpci.c364 celleb_config_write_fake(*config, PCI_CLASS_PROG, 1, wi2[0] & 0xff);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/drivers/pci/
H A Dpci-auto.c497 pci_devfn, PCI_CLASS_PROG, &prg_iface);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpci_regs.h62 #define PCI_CLASS_PROG 0x09 /* Reg. Level Programming Interface */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_sis.c829 pci_read_config_byte(pdev, PCI_CLASS_PROG, &reg);
831 pci_write_config_byte(pdev, PCI_CLASS_PROG, reg & 0xF0);
H A Dlibata-sff.c1008 pci_read_config_byte(pdev, PCI_CLASS_PROG, &tmp8);

Completed in 95 milliseconds