Home
last modified time | relevance | path

Searched refs:PCI_REVISION (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci.h70 #define PCI_REVISION 0x08 /* 8 bits */ macro
H A Dpci.c309 pcibios_read_config_dword(bus, devfn, PCI_REVISION, &l); in scan_pci_bus()
H A Dsis900.c341 pcibios_read_config_byte(pci->bus,pci->devfn, PCI_REVISION, &revision); in sis900_probe()
H A Dtulip.c1299 pcibios_read_config_byte(pci->bus, pci->devfn, PCI_REVISION, &chip_rev); in tulip_probe()
H A De1000.c3300 pci_read_config_byte(pdev, PCI_REVISION, &hw->revision_id);