Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pci/hotplug/
Dshpchp_core.c84 slot->number = ctrl->first_slot + (ctrl->slot_num_inc * i); in init_slots()
Dshpchp.h93 int slot_num_inc; /* 1 or -1 */ member
Dshpchp_hpc.c963 ctrl->slot_num_inc = ((slot_config & UPDOWN) >> 29) ? 1 : -1; in shpc_init()