Searched refs:PCI_REVISION (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/grub/grub-0.97/netboot/ |
H A D | pci.h | 70 #define PCI_REVISION 0x08 /* 8 bits */ macro
|
H A D | pci.c | 309 pcibios_read_config_dword(bus, devfn, PCI_REVISION, &l); in scan_pci_bus()
|
H A D | sis900.c | 341 pcibios_read_config_byte(pci->bus,pci->devfn, PCI_REVISION, &revision); in sis900_probe()
|
H A D | tulip.c | 1299 pcibios_read_config_byte(pci->bus, pci->devfn, PCI_REVISION, &chip_rev); in tulip_probe()
|
H A D | e1000.c | 3300 pci_read_config_byte(pdev, PCI_REVISION, &hw->revision_id);
|