Searched refs:progif (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/ide/ |
D | setup-pci.c | 128 u8 progif = 0; in ide_setup_pci_baseregs() local 133 if (pci_read_config_byte(dev, PCI_CLASS_PROG, &progif) || in ide_setup_pci_baseregs() 134 (progif & 5) != 5) { in ide_setup_pci_baseregs() 135 if ((progif & 0xa) != 0xa) { in ide_setup_pci_baseregs() 141 (void) pci_write_config_byte(dev, PCI_CLASS_PROG, progif|5); in ide_setup_pci_baseregs() 142 if (pci_read_config_byte(dev, PCI_CLASS_PROG, &progif) || in ide_setup_pci_baseregs() 143 (progif & 5) != 5) { in ide_setup_pci_baseregs() 146 name, progif|5, progif); in ide_setup_pci_baseregs()
|
/linux-2.4.37.9/arch/ppc/platforms/ |
D | chrp_pci.c | 207 u8 progif; in longtrail_pcibios_fixup() local 226 pci_read_config_byte(sl82c105, PCI_CLASS_PROG, &progif); in longtrail_pcibios_fixup() 227 pci_write_config_byte(sl82c105, PCI_CLASS_PROG, progif | 0x05); in longtrail_pcibios_fixup() 238 u8 progif; in briq_pcibios_fixup() local 254 pci_read_config_byte(sl82c105, PCI_CLASS_PROG, &progif); in briq_pcibios_fixup() 255 pci_write_config_byte(sl82c105, PCI_CLASS_PROG, progif | 0x05); in briq_pcibios_fixup()
|
/linux-2.4.37.9/drivers/ide/pci/ |
D | ns87415.c | 139 u8 progif; in init_hwif_ns87415() local 162 (void) pci_read_config_byte(dev, 0x09, &progif); in init_hwif_ns87415() 164 using_inta = progif & (1 << (hwif->channel << 1)); in init_hwif_ns87415()
|
D | it8172.c | 244 unsigned char progif; in init_chipset_it8172() local 249 pci_read_config_byte(dev, PCI_CLASS_PROG, &progif); in init_chipset_it8172() 250 pci_write_config_byte(dev, PCI_CLASS_PROG, progif | 0x05); in init_chipset_it8172()
|
/linux-2.4.37.9/drivers/parport/ |
D | parport_pc.c | 1351 int id,progif=2; in decode_winbond() local 1369 else if ((oldid &0x0f ) == 0x0a) { type="83877F"; progif=1;} in decode_winbond() 1370 else if ((oldid &0x0f ) == 0x0b) { type="83877AF"; progif=1;} in decode_winbond() 1371 else if ((oldid &0x0f ) == 0x0c) { type="83877TF"; progif=1;} in decode_winbond() 1372 else if ((oldid &0x0f ) == 0x0d) { type="83877ATF"; progif=1;} in decode_winbond() 1373 else progif=0; in decode_winbond() 1380 if (progif == 2) in decode_winbond()
|