Home
last modified time | relevance | path

Searched refs:num_slots (Results 1 – 14 of 14) sorted by relevance

/linux-2.4.37.9/drivers/hotplug/
Dshpchp_hpc.c527 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_get_adapter_speed()
656 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_set_attention_status()
691 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_set_green_led_on()
713 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_set_green_led_off()
735 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_set_green_led_blink()
764 *num_ctlr_slots = php_ctlr->num_slots; /* Obtained in shpc_init() */ in shpc_get_ctlr_slot_config()
838 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_power_on_slot()
869 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_slot_enable()
900 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_slot_disable()
1135 for (hp_slot = 0; hp_slot < ctrl->num_slots; hp_slot++) { in shpc_isr()
[all …]
Dpciehp_hpc.c225 u32 num_slots; member
546 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_set_attention_status()
598 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_set_green_led_on()
636 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_set_green_led_off()
674 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_set_green_led_blink()
795 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_power_on_slot()
846 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_power_off_slot()
1032 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_get_max_lnk_speed()
1073 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_get_max_lnk_width()
1135 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_get_cur_lnk_speed()
[all …]
Dacpiphp_core.c56 static int num_slots; variable
386 num_slots = acpiphp_get_num_slots(); in init_acpi()
387 if (num_slots == 0) in init_acpi()
416 for (i = 0; i < num_slots; ++i) { in init_slots()
Dacpiphp_glue.c114 static int num_slots = 0; /* XXX if we support I/O node hotplug... */ in register_slot() local
169 slot->id = num_slots++; in register_slot()
1212 int num_slots; in acpiphp_get_num_slots() local
1214 num_slots = 0; in acpiphp_get_num_slots()
1219 num_slots += bridge->nr_slots; in acpiphp_get_num_slots()
1222 dbg("Total %dslots\n", num_slots); in acpiphp_get_num_slots()
1223 return num_slots; in acpiphp_get_num_slots()
Dpciehp_core.c104 number_of_slots = ctrl->num_slots; in init_slots()
215 ctrl->num_slots = num_ctlr_slots; /* PCI Express has 1 slot per port */ in get_ctlr_slot_config()
441 num_ctlr_slots = ctrl->num_slots; in pcie_probe()
Dshpchp_core.c104 number_of_slots = ctrl->num_slots; in init_slots()
222 ctrl->num_slots = num_ctlr_slots; in get_ctlr_slot_config()
445 num_ctlr_slots = ctrl->num_slots; in shpc_probe()
Dshpchp.h113 int num_slots; /* Number of slots on ctlr */ member
308 u32 num_slots; member
Dpciehp.h112 int num_slots; /* Number of slots on ctlr */ member
Dshpchp_ctrl.c1145 for ( slot = 0; slot < ctrl->num_slots; slot++) { in board_added()
1400 for ( slot = 0; slot < ctrl->num_slots; slot++) { in board_added()
/linux-2.4.37.9/include/asm-parisc/
Deisa_eeprom.h27 u_int8_t num_slots; /* number of EISA slots in system */ member
/linux-2.4.37.9/arch/ppc64/kernel/
Dpci_dma.c680 int num_slots, num_slots_ilog2; in create_tce_tables_for_buses() local
686 for (dn = first_dn, num_slots = 0; dn != NULL; dn = dn->sibling) in create_tce_tables_for_buses()
687 num_slots++; in create_tce_tables_for_buses()
688 num_slots_ilog2 = __ilog2(num_slots); in create_tce_tables_for_buses()
689 if ((1<<num_slots_ilog2) != num_slots) in create_tce_tables_for_buses()
699 for (dn = first_dn, num_slots = 0; dn != NULL; dn = dn->sibling) { in create_tce_tables_for_buses()
/linux-2.4.37.9/drivers/net/
Dibmveth.h100 u64 num_slots; member
Dibmveth.c378 if(++adapter->rx_queue.index == adapter->rx_queue.num_slots) { in ibmveth_rxq_recycle_buffer()
388 if(++adapter->rx_queue.index == adapter->rx_queue.num_slots) { in ibmveth_rxq_harvest_buffer()
475 adapter->rx_queue.num_slots = rxq_entries; in ibmveth_open()
/linux-2.4.37.9/drivers/gsc/
Deisa_enumerator.c495 for (i=0;i<eh->num_slots;i++) { in eisa_enumerator()