Lines Matching defs:php_entry
52 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 */
62 uint16_t php_pfmem_size; /* allocated Prefetchable size in 64k */