Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpcihrt.h52 struct php_entry { /* PCI hot-plug slot entry */ struct
53 uchar_t php_devno; /* PCI dev/func no. of the slot */
54 uchar_t php_pri_bus; /* Primary bus of this slot */
55 uchar_t php_sec_bus; /* Secondary bus of this slot */
56 uchar_t php_subord_bus; /* Max Subordinate bus of this slot */
57 uint16_t php_io_start; /* allocated I/O space starting addr */
58 uint16_t php_io_size; /* allocated I/O space size in bytes */
59 uint16_t php_mem_start; /* allocated Memory space start addr */
60 uint16_t php_mem_size; /* allocated Memory space size in 64k */
61 uint16_t php_pfmem_start; /* allocated Prefetchable Memory start */
[all …]