Home
last modified time | relevance | path

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

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