Home
last modified time | relevance | path

Searched refs:PCI_REVISION_ID (Results 1 – 4 of 4) sorted by relevance

/pciutils/lmr/
H A Dmargin_hw.c27 u8 revision = pci_read_byte(dev, PCI_REVISION_ID); in detect_unique_hw()
/pciutils/lib/
H A Dgeneric.c113 d->rev_id = pci_read_byte(d, PCI_REVISION_ID); in pci_generic_fill_info()
H A Dsysfs.c365 value = pci_read_byte(d, PCI_REVISION_ID); in sysfs_fill_info()
H A Dheader.h49 #define PCI_REVISION_ID 0x08 /* Revision ID */ macro