Home
last modified time | relevance | path

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

/drivers/pci/hotplug/
Dcpcihp_generic.c70 static u8 first_slot; variable
113 dbg("first_slot = 0x%02x", first_slot); in validate_parameters()
115 if(!(first_slot && last_slot)) { in validate_parameters()
119 if(last_slot < first_slot) { in validate_parameters()
182 status = cpci_hp_register_bus(bus, first_slot, last_slot); in cpcihp_generic_init()
223 module_param(first_slot, byte, 0);
224 MODULE_PARM_DESC(first_slot, "Hotswap bus first slot number");
Dibmphp_ebda.c542 static int first_slot_num (u8 slot_num, u8 first_slot, u8 var) in first_slot_num() argument
550 if ((first_slot < opt_vg_ptr->first_slot_num) && (slot_num >= opt_vg_ptr->first_slot_num)) { in first_slot_num()
557 if ((first_slot < opt_lo_ptr->first_slot_num) && (slot_num >= opt_lo_ptr->first_slot_num)) { in first_slot_num()
595 u8 first_slot = 1; in calculate_first_slot() local
600 …if ((slot_cur->ctrl->ctlr_type != 4) && (slot_cur->ctrl->ending_slot_num > first_slot) && (slot_nu… in calculate_first_slot()
601 first_slot = slot_cur->ctrl->ending_slot_num; in calculate_first_slot()
604 return first_slot + 1; in calculate_first_slot()
617 u8 first_slot = 1; in create_file_name() local
640 first_slot = opt_lo_ptr->first_slot_num; in create_file_name()
643 first_slot = opt_vg_ptr->first_slot_num; in create_file_name()
[all …]
Dcpqphp_core.c143 tempdword = ctrl->first_slot; in init_SERR()
622 slot_number = ctrl->first_slot; in ctrl_slot_setup()
1140 &(ctrl->first_slot)); in cpqhpc_probe()
1142 ctrl->first_slot, rc); in cpqhpc_probe()
Dshpchp.h113 u32 first_slot; /* First physical slot number */ member
Dshpchp_core.c124 slot->number = ctrl->first_slot + (ctrl->slot_num_inc * i); in init_slots()
Dcpqphp.h310 u8 first_slot; member
Dshpchp_hpc.c1027 ctrl->first_slot = (slot_config & PSN) >> 16; in shpc_init()