Home
last modified time | relevance | path

Searched refs:PCI_CHIPID (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/de/
HDdc21040reg.h517 #define PCI_CHIPID(x) (((x) >> 16) & 0xFFFF) macro
/NextBSD/sys/dev/en/
HDif_en_pci.c131 #define PCI_CHIPID(x) (((x) >> 16) & 0xFFFF) macro