Searched refs:hrt_entry_cnt (Results 1 – 2 of 2) sorted by relevance
49 static int hrt_entry_cnt = 0; variable524 hrt_entry_cnt = (int)hrtp->hrt_entry_cnt; in hrt_probe()525 dprintf("No. of PCI hot-plug slot entries = 0x%x\n", hrt_entry_cnt); in hrt_probe()535 if (hrt_hpep == NULL || hrt_entry_cnt == 0) in hrt_find_bus_res()539 for (i = 0; i < hrt_entry_cnt; i++, hpep++) { in hrt_find_bus_res()643 if (hrt_hpep == NULL || hrt_entry_cnt == 0) { in hrt_find_bus_range()648 for (i = 0; i < hrt_entry_cnt; i++, hpep++) { in hrt_find_bus_range()
44 uchar_t hrt_entry_cnt; /* no. of PCI hot-plug slot entries */ member