Searched refs:hpep (Results 1 – 1 of 1) sorted by relevance
593 struct php_entry *hpep; in hrt_find_bus_res() local599 hpep = hrt_hpep; in hrt_find_bus_res()601 for (uint_t i = 0; i < hrt_entry_cnt; i++, hpep++) { in hrt_find_bus_res()602 if (hpep->php_pri_bus != bus) in hrt_find_bus_res()605 if (hpep->php_io_start == 0 || hpep->php_io_size == 0) in hrt_find_bus_res()607 pci_memlist_insert(res, (uint64_t)hpep->php_io_start, in hrt_find_bus_res()608 (uint64_t)hpep->php_io_size); in hrt_find_bus_res()611 if (hpep->php_mem_start == 0 || hpep->php_mem_size == 0) in hrt_find_bus_res()614 ((uint64_t)hpep->php_mem_start) << 16, in hrt_find_bus_res()615 ((uint64_t)hpep->php_mem_size) << 16); in hrt_find_bus_res()[all …]