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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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");
175 status = cpci_hp_register_bus(bus, first_slot, last_slot);
216 module_param(first_slot, byte, 0);
217 MODULE_PARM_DESC(first_slot, "Hotswa
[all...]
H A Dibmphp_ebda.c548 static int first_slot_num (u8 slot_num, u8 first_slot, u8 var) argument
558 if ((first_slot < opt_vg_ptr->first_slot_num) && (slot_num >= opt_vg_ptr->first_slot_num)) {
566 if ((first_slot < opt_lo_ptr->first_slot_num) && (slot_num >= opt_lo_ptr->first_slot_num)) {
608 u8 first_slot = 1; local
615 if ((slot_cur->ctrl->ctlr_type != 4) && (slot_cur->ctrl->ending_slot_num > first_slot) && (slot_num > slot_cur->ctrl->ending_slot_num))
616 first_slot = slot_cur->ctrl->ending_slot_num;
619 return first_slot + 1;
629 u8 first_slot = 1; local
652 first_slot = opt_lo_ptr->first_slot_num;
655 first_slot
[all...]
H A Dpciehp.h99 u32 first_slot; /* First physical slot number */ /* PCIE only has 1 slot */ member in struct:controller
H A Dcpqphp_core.c173 tempdword = ctrl->first_slot;
347 slot_number = ctrl->first_slot;
1131 &(ctrl->first_slot));
1132 dbg("get_slot_mapping: first_slot = %d, returned = %d\n",
1133 ctrl->first_slot, rc);
H A Dshpchp.h100 u32 first_slot; /* First physical slot number */ member in struct:controller
H A Dshpchp_core.c137 slot->number = ctrl->first_slot + (ctrl->slot_num_inc * i);
H A Dpciehp_core.c230 slot->number = ctrl->first_slot;
H A Dcpqphp.h305 u8 first_slot; member in struct:controller
H A Dpciehp_hpc.c1247 ctrl->first_slot = slot_cap >> 19;
H A Dshpchp_hpc.c1033 ctrl->first_slot = (slot_config & PSN) >> 16;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Drio.h46 u8 first_slot; /* Lowest slot number below this Calgary */ member in struct:rio_detail
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/mach-summit/
H A Dmach_mpparse.h84 unsigned char first_slot; /* For WPEG: Lowest slot number below this WPEG */ member in struct:rio_detail

Completed in 81 milliseconds