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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/chrp/
H A Dpci.c337 pci_read_config_byte(sl82c105, PCI_CLASS_PROG, &progif);
338 pci_write_config_byte(sl82c105, PCI_CLASS_PROG, progif | 0x05);
373 pci_read_config_byte(viaide, PCI_CLASS_PROG, &progif);
374 pci_write_config_byte(viaide, PCI_CLASS_PROG, progif & ~0x5);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/chrp/
H A Dpci.c337 pci_read_config_byte(sl82c105, PCI_CLASS_PROG, &progif);
338 pci_write_config_byte(sl82c105, PCI_CLASS_PROG, progif | 0x05);
373 pci_read_config_byte(viaide, PCI_CLASS_PROG, &progif);
374 pci_write_config_byte(viaide, PCI_CLASS_PROG, progif & ~0x5);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ide/
H A Dsetup-pci.c27 if (pci_read_config_byte(dev, PCI_CLASS_PROG, &progif) ||
36 (void) pci_write_config_byte(dev, PCI_CLASS_PROG, progif|5);
37 if (pci_read_config_byte(dev, PCI_CLASS_PROG, &progif) ||
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ide/
H A Dsetup-pci.c27 if (pci_read_config_byte(dev, PCI_CLASS_PROG, &progif) ||
36 (void) pci_write_config_byte(dev, PCI_CLASS_PROG, progif|5);
37 if (pci_read_config_byte(dev, PCI_CLASS_PROG, &progif) ||
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/pci/
H A Dfixup-cobalt.c101 pci_read_config_byte(dev, PCI_CLASS_PROG, &progif);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/pci/
H A Dfixup-cobalt.c101 pci_read_config_byte(dev, PCI_CLASS_PROG, &progif);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/
H A Dfsl_uli1575.c78 pci_write_config_byte(dev, PCI_CLASS_PROG, 0x01);
284 pci_write_config_byte(dev, PCI_CLASS_PROG, 0x01);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/parisc/
H A Dsuperio.c442 pci_write_config_byte(pdev, PCI_CLASS_PROG, pdev->class);
444 pci_read_config_byte(pdev, PCI_CLASS_PROG, &prog);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/
H A Dfsl_uli1575.c78 pci_write_config_byte(dev, PCI_CLASS_PROG, 0x01);
284 pci_write_config_byte(dev, PCI_CLASS_PROG, 0x01);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/parisc/
H A Dsuperio.c442 pci_write_config_byte(pdev, PCI_CLASS_PROG, pdev->class);
444 pci_read_config_byte(pdev, PCI_CLASS_PROG, &prog);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ata/
H A Dpata_sis.c647 pci_read_config_byte(pdev, PCI_CLASS_PROG, &reg);
649 pci_write_config_byte(pdev, PCI_CLASS_PROG, reg & 0xF0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ata/
H A Dpata_sis.c647 pci_read_config_byte(pdev, PCI_CLASS_PROG, &reg);
649 pci_write_config_byte(pdev, PCI_CLASS_PROG, reg & 0xF0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dpci.c1229 pci_read_config_byte(dev, PCI_CLASS_PROG, &progif);
1233 (void) pci_write_config_byte(dev, PCI_CLASS_PROG, progif|5);
1234 if (pci_read_config_byte(dev, PCI_CLASS_PROG, &progif) ||
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dpci.c1229 pci_read_config_byte(dev, PCI_CLASS_PROG, &progif);
1233 (void) pci_write_config_byte(dev, PCI_CLASS_PROG, progif|5);
1234 if (pci_read_config_byte(dev, PCI_CLASS_PROG, &progif) ||
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dcelleb_pci.c355 celleb_config_write_fake(*config, PCI_CLASS_PROG, 1, wi2[0] & 0xff);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dcelleb_pci.c355 celleb_config_write_fake(*config, PCI_CLASS_PROG, 1, wi2[0] & 0xff);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dpci_regs.h63 #define PCI_CLASS_PROG 0x09 /* Reg. Level Programming Interface */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/pci/
H A Dquirks.c1059 pci_read_config_byte(pdev, PCI_CLASS_PROG, &prog);
1063 pci_write_config_byte(pdev, PCI_CLASS_PROG, prog);
1076 pci_read_config_byte(pdev, PCI_CLASS_PROG, &prog);
1082 pci_write_config_byte(pdev, PCI_CLASS_PROG, prog);
H A Dprobe.c996 pci_read_config_byte(dev, PCI_CLASS_PROG, &progif);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/pci/
H A Dquirks.c1059 pci_read_config_byte(pdev, PCI_CLASS_PROG, &prog);
1063 pci_write_config_byte(pdev, PCI_CLASS_PROG, prog);
1076 pci_read_config_byte(pdev, PCI_CLASS_PROG, &prog);
1082 pci_write_config_byte(pdev, PCI_CLASS_PROG, prog);
H A Dprobe.c996 pci_read_config_byte(dev, PCI_CLASS_PROG, &progif);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dpci_regs.h63 #define PCI_CLASS_PROG 0x09 /* Reg. Level Programming Interface */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/
H A Dpci_regs.h63 #define PCI_CLASS_PROG 0x09 /* Reg. Level Programming Interface */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/
H A Dpci_regs.h63 #define PCI_CLASS_PROG 0x09 /* Reg. Level Programming Interface */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/
H A Dpci_regs.h63 #define PCI_CLASS_PROG 0x09 /* Reg. Level Programming Interface */ macro

Completed in 305 milliseconds

12