Home
last modified time | relevance | path

Searched refs:slot_max (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/pci/hotplug/
H A Dibmphp_ebda.c115 debug("%s - slot_max = %x\n", __func__, ptr->slot_max); in print_bus_info()
747 bus_info_ptr1->slot_max = slot_ptr->slot_num; in ebda_rsrc_controller()
760 bus_info_ptr2->slot_max = max(bus_info_ptr2->slot_max, slot_ptr->slot_num); in ebda_rsrc_controller()
H A Dibmphp_core.c713 while (i <= slot_cur->bus_on->slot_max) { in is_bus_empty()
842 for (i = slot_cur->bus_on->slot_min; i <= slot_cur->bus_on->slot_max; i++) { in check_limitations()
H A Dibmphp.h240 u8 slot_max; member
H A Dibmphp_pci.c1673 max = bus->slot_max; in find_sec_number()