Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/hotplug/
Dcpcihp_generic.c51 static u8 first_slot; variable
94 dbg("first_slot = 0x%02x", first_slot); in validate_parameters()
96 if (!(first_slot && last_slot)) { in validate_parameters()
100 if (last_slot < first_slot) { in validate_parameters()
159 status = cpci_hp_register_bus(bus, first_slot, last_slot); in cpcihp_generic_init()
200 module_param(first_slot, byte, 0);
201 MODULE_PARM_DESC(first_slot, "Hotswap bus first slot number");
Dibmphp_ebda.c527 static int first_slot_num(u8 slot_num, u8 first_slot, u8 var) in first_slot_num() argument
535 if ((first_slot < opt_vg_ptr->first_slot_num) && (slot_num >= opt_vg_ptr->first_slot_num)) { in first_slot_num()
542 if ((first_slot < opt_lo_ptr->first_slot_num) && (slot_num >= opt_lo_ptr->first_slot_num)) { in first_slot_num()
580 u8 first_slot = 1; in calculate_first_slot() local
585 …if ((slot_cur->ctrl->ctlr_type != 4) && (slot_cur->ctrl->ending_slot_num > first_slot) && (slot_nu… in calculate_first_slot()
586 first_slot = slot_cur->ctrl->ending_slot_num; in calculate_first_slot()
589 return first_slot + 1; in calculate_first_slot()
602 u8 first_slot = 1; in create_file_name() local
625 first_slot = opt_lo_ptr->first_slot_num; in create_file_name()
628 first_slot = opt_vg_ptr->first_slot_num; in create_file_name()
[all …]
Dcpqphp_core.c129 tempdword = ctrl->first_slot; in init_SERR()
599 slot_number = ctrl->first_slot; in ctrl_slot_setup()
1118 &(ctrl->first_slot)); in cpqhpc_probe()
1120 ctrl->first_slot, rc); in cpqhpc_probe()
Dshpchp_core.c99 slot->number = ctrl->first_slot + (ctrl->slot_num_inc * i); in init_slots()
Dshpchp.h99 u32 first_slot; /* First physical slot number */ member
Dcpqphp.h296 u8 first_slot; member
Dshpchp_hpc.c1010 ctrl->first_slot = (slot_config & PSN) >> 16; in shpc_init()