Searched refs:hpep (Results 1 – 1 of 1) sorted by relevance
533 struct php_entry *hpep; in hrt_find_bus_res() local537 hpep = hrt_hpep; in hrt_find_bus_res()539 for (i = 0; i < hrt_entry_cnt; i++, hpep++) { in hrt_find_bus_res()540 if (hpep->php_pri_bus != bus) in hrt_find_bus_res()543 if (hpep->php_io_start == 0 || hpep->php_io_size == 0) in hrt_find_bus_res()545 memlist_insert(res, (uint64_t)hpep->php_io_start, in hrt_find_bus_res()546 (uint64_t)hpep->php_io_size); in hrt_find_bus_res()549 if (hpep->php_mem_start == 0 || hpep->php_mem_size == 0) in hrt_find_bus_res()552 (uint64_t)(((int)hpep->php_mem_start) << 16), in hrt_find_bus_res()553 (uint64_t)(((int)hpep->php_mem_size) << 16)); in hrt_find_bus_res()[all …]