Home
last modified time | relevance | path

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

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