Searched refs:first_slot (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dcpcihp_generic.c70 static u8 first_slot; variable
113 dbg("first_slot = 0x%02x", first_slot);
115 if(!(first_slot && last_slot)) {
116 err("Need to specify first_slot and last_slot");
119 if(last_slot < first_slot) {
120 err("first_slot must be less than last_slot");
182 status = cpci_hp_register_bus(bus, first_slot, last_slot);
223 module_param(first_slot, byte, 0);
224 MODULE_PARM_DESC(first_slot, "Hotswa
[all...]
H A Dibmphp_ebda.c533 static int first_slot_num (u8 slot_num, u8 first_slot, u8 var) argument
541 if ((first_slot < opt_vg_ptr->first_slot_num) && (slot_num >= opt_vg_ptr->first_slot_num)) {
548 if ((first_slot < opt_lo_ptr->first_slot_num) && (slot_num >= opt_lo_ptr->first_slot_num)) {
586 u8 first_slot = 1; local
591 if ((slot_cur->ctrl->ctlr_type != 4) && (slot_cur->ctrl->ending_slot_num > first_slot) && (slot_num > slot_cur->ctrl->ending_slot_num))
592 first_slot = slot_cur->ctrl->ending_slot_num;
595 return first_slot + 1;
608 u8 first_slot = 1; local
631 first_slot = opt_lo_ptr->first_slot_num;
634 first_slot
[all...]
H A Dcpqphp_core.c143 tempdword = ctrl->first_slot;
622 slot_number = ctrl->first_slot;
1140 &(ctrl->first_slot));
1141 dbg("get_slot_mapping: first_slot = %d, returned = %d\n",
1142 ctrl->first_slot, rc);
H A Dshpchp.h112 u32 first_slot; /* First physical slot number */ member in struct:controller
H A Dshpchp_core.c125 slot->number = ctrl->first_slot + (ctrl->slot_num_inc * i);
H A Dcpqphp.h310 u8 first_slot; member in struct:controller
H A Dshpchp_hpc.c1036 ctrl->first_slot = (slot_config & PSN) >> 16;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Drio.h46 u8 first_slot; /* Lowest slot number below this Calgary */ member in struct:rio_detail
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/apic/
H A Dsummit_32.c138 unsigned char first_slot; /* For WPEG: Lowest slot number below this WPEG */ member in struct:rio_detail

Completed in 126 milliseconds