Home
last modified time | relevance | path

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

/linux-4.1.27/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()
178 status = cpci_hp_register_bus(bus, first_slot, last_slot); in cpcihp_generic_init()
219 module_param(first_slot, byte, 0);
220 MODULE_PARM_DESC(first_slot, "Hotswap bus first slot number");
Dibmphp_ebda.c541 static int first_slot_num (u8 slot_num, u8 first_slot, u8 var) in first_slot_num() argument
549 if ((first_slot < opt_vg_ptr->first_slot_num) && (slot_num >= opt_vg_ptr->first_slot_num)) { in first_slot_num()
556 if ((first_slot < opt_lo_ptr->first_slot_num) && (slot_num >= opt_lo_ptr->first_slot_num)) { in first_slot_num()
594 u8 first_slot = 1; in calculate_first_slot() local
599 …if ((slot_cur->ctrl->ctlr_type != 4) && (slot_cur->ctrl->ending_slot_num > first_slot) && (slot_nu… in calculate_first_slot()
600 first_slot = slot_cur->ctrl->ending_slot_num; in calculate_first_slot()
603 return first_slot + 1; in calculate_first_slot()
616 u8 first_slot = 1; in create_file_name() local
639 first_slot = opt_lo_ptr->first_slot_num; in create_file_name()
642 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()
1143 &(ctrl->first_slot)); in cpqhpc_probe()
1145 ctrl->first_slot, rc); in cpqhpc_probe()
Dshpchp_core.c129 slot->number = ctrl->first_slot + (ctrl->slot_num_inc * i); in init_slots()
Dshpchp.h113 u32 first_slot; /* First physical slot number */ member
Dcpqphp.h310 u8 first_slot; member
Dshpchp_hpc.c1027 ctrl->first_slot = (slot_config & PSN) >> 16; in shpc_init()
/linux-4.1.27/arch/x86/include/asm/
Drio.h46 u8 first_slot; /* Lowest slot number below this Calgary */ member
/linux-4.1.27/drivers/md/
Draid10.c4576 int first_slot = slot; in handle_reshape_read_error() local
4602 if (slot == first_slot) in handle_reshape_read_error()
/linux-4.1.27/Documentation/
Dkernel-parameters.txt751 <first_slot>,<last_slot>,<port>,<enum_bit>[,<debug>]