Searched refs:slot_cur (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hotplug/
H A Dibmphp_core.c77 struct slot * slot_cur = *sl; local
79 debug ("options = %x\n", slot_cur->ctrl->options);
80 debug ("revision = %x\n", slot_cur->ctrl->revision);
82 if (READ_BUS_STATUS (slot_cur->ctrl))
83 rc = ibmphp_hpc_readslot (slot_cur, READ_BUSSTATUS, NULL);
88 slot_cur->bus_on->current_speed = CURRENT_BUS_SPEED (slot_cur->busstatus);
89 if (READ_BUS_MODE (slot_cur->ctrl))
90 slot_cur->bus_on->current_bus_mode = CURRENT_BUS_MODE (slot_cur
113 struct slot * slot_cur; local
179 power_on(struct slot *slot_cur) argument
197 power_off(struct slot *slot_cur) argument
549 struct slot *slot_cur; local
630 validate(struct slot *slot_cur, int opn) argument
686 ibmphp_update_slot_info(struct slot *slot_cur) argument
752 struct slot *slot_cur; local
806 struct slot *slot_cur; local
1083 is_bus_empty(struct slot * slot_cur) argument
1111 set_bus(struct slot * slot_cur) argument
1208 check_limitations(struct slot *slot_cur) argument
1244 print_card_capability(struct slot *slot_cur) argument
1266 struct slot *slot_cur; local
1467 struct slot *slot_cur = (struct slot *) hotplug_slot->private; local
[all...]
H A Dibmphp_ebda.c688 struct slot * slot_cur; local
691 slot_cur = list_entry (list, struct slot, ibm_slot_list);
692 if (slot_cur->ctrl) {
693 if ((slot_cur->ctrl->ctlr_type != 4) && (slot_cur->ctrl->ending_slot_num > first_slot) && (slot_num > slot_cur->ctrl->ending_slot_num))
694 first_slot = slot_cur->ctrl->ending_slot_num;
700 static char *create_file_name (struct slot * slot_cur) argument
711 if (!slot_cur) {
716 slot_num = slot_cur
822 struct slot *slot_cur; local
[all...]
H A Dibmphp_pci.c1455 static int unconfigure_boot_card (struct slot *slot_cur) argument
1468 device = slot_cur->device;
1469 busno = slot_cur->bus;
1575 int ibmphp_unconfigure_card (struct slot **slot_cur, int the_end) argument
1580 struct slot *sl = *slot_cur;
1634 *slot_cur = sl;

Completed in 81 milliseconds