Home
last modified time | relevance | path

Searched defs:PCI_DEVICE_ID (Results 1 – 2 of 2) sorted by relevance

/titanic_51/usr/src/grub/grub-0.97/netboot/
H A Dpci.h51 #define PCI_DEVICE_ID 0x02 /* 16 bits */ macro
/titanic_51/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c83 #define PCI_DEVICE_ID(x) (((x) >> 11) & 0x1f) macro