Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A Dshpchp_core.c85 slot->number = ctrl->first_slot + (ctrl->slot_num_inc * i); in init_slots()
H A Dshpchp.h94 int slot_num_inc; /* 1 or -1 */ member
H A Dshpchp_hpc.c988 ctrl->slot_num_inc = ((slot_config & UPDOWN) >> 29) ? 1 : -1; in shpc_init()