Searched refs:number_of_slots (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/pci/hotplug/
H A Dcpqphp_core.c123 u32 number_of_slots; local
130 number_of_slots = readb(ctrl->hpc_reg + SLOT_MASK) & 0x0F;
132 while (number_of_slots) {
135 number_of_slots--;
578 u8 number_of_slots; local
591 number_of_slots = readb(ctrl->hpc_reg + SLOT_MASK) & 0x0F;
595 while (number_of_slots) {
669 number_of_slots--;

Completed in 139 milliseconds