Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/include/gpxe/
Dpci.h70 #define PCI_REVISION_ID 0x08 /* 8 bits */ macro
/external/kernel-headers/original/uapi/linux/
Dpci_regs.h71 #define PCI_REVISION_ID 0x08 /* Revision ID */ macro
/external/syslinux/gpxe/src/drivers/net/
Dsundance.c603 pci_read_config_byte(pci, PCI_REVISION_ID, &sdc->pci_rev_id); in sundance_probe()
Ddmfe.c464 pci_read_config_dword(pci, PCI_REVISION_ID, &dev_rev); in dmfe_probe()
Dvia-velocity.c854 if (pci_read_config_byte(pdev, PCI_REVISION_ID, &vptr->rev_id) < 0) { in velocity_get_pci_info()
Datl1e.c227 pci_read_config_byte(pdev, PCI_REVISION_ID, &rev_id); in atl1e_sw_init()