• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/

Lines Matching refs:slots

80 	struct ebda_hpc_slot *slots;
87 slots = kcalloc(slot_count, sizeof(struct ebda_hpc_slot), GFP_KERNEL);
88 if (!slots)
90 controller->slots = slots;
99 kfree(controller->slots);
108 kfree (controller->slots);
228 debug ("%s - physical slot#: %x\n", __FUNCTION__, hpc_ptr->slots[index].slot_num);
229 debug ("%s - pci bus# of the slot: %x\n", __FUNCTION__, hpc_ptr->slots[index].slot_bus_num);
230 debug ("%s - index into ctlr addr: %x\n", __FUNCTION__, hpc_ptr->slots[index].ctl_index);
231 debug ("%s - cap of the slot: %x\n", __FUNCTION__, hpc_ptr->slots[index].slot_cap);
603 /* This routine will find out how many slots are in the chassis, so that
803 debug ("count of slots controlled by this ctlr: %x\n", slot_num);
807 slot_ptr = hpc_ptr->slots;
915 hpc_ptr->starting_slot_num = hpc_ptr->slots[0].slot_num;
916 hpc_ptr->ending_slot_num = hpc_ptr->slots[slot_num-1].slot_num;
918 // register slots with hpc core as well as create linked list of ibm slot
947 tmp_slot->capabilities = hpc_ptr->slots[index].slot_cap;
948 if ((hpc_ptr->slots[index].slot_cap & EBDA_SLOT_133_MAX) == EBDA_SLOT_133_MAX)
950 else if ((hpc_ptr->slots[index].slot_cap & EBDA_SLOT_100_MAX) == EBDA_SLOT_100_MAX)
952 else if ((hpc_ptr->slots[index].slot_cap & EBDA_SLOT_66_MAX) == EBDA_SLOT_66_MAX)
955 if ((hpc_ptr->slots[index].slot_cap & EBDA_SLOT_PCIX_CAP) == EBDA_SLOT_PCIX_CAP)
961 tmp_slot->bus = hpc_ptr->slots[index].slot_bus_num;
963 bus_info_ptr1 = ibmphp_find_same_bus_num (hpc_ptr->slots[index].slot_bus_num);
972 tmp_slot->ctlr_index = hpc_ptr->slots[index].ctl_index;
973 tmp_slot->number = hpc_ptr->slots[index].slot_num;
1114 * - the total number of the slots based on each bus