Searched refs:first_slot (Results 1 – 13 of 13) sorted by relevance
/linux-2.4.37.9/drivers/hotplug/ |
D | ibmphp_ebda.c | 591 static int first_slot_num (u8 slot_num, u8 first_slot, u8 var) in first_slot_num() argument 601 if ((first_slot < opt_vg_ptr->first_slot_num) && (slot_num >= opt_vg_ptr->first_slot_num)) { in first_slot_num() 609 if ((first_slot < opt_lo_ptr->first_slot_num) && (slot_num >= opt_lo_ptr->first_slot_num)) { in first_slot_num() 651 u8 first_slot = 1; in calculate_first_slot() local 658 …if ((slot_cur->ctrl->ctlr_type != 4) && (slot_cur->ctrl->ending_slot_num > first_slot) && (slot_nu… in calculate_first_slot() 659 first_slot = slot_cur->ctrl->ending_slot_num; in calculate_first_slot() 662 return first_slot + 1; in calculate_first_slot() 672 u8 first_slot = 1; in create_file_name() local 695 first_slot = opt_lo_ptr->first_slot_num; in create_file_name() 698 first_slot = opt_vg_ptr->first_slot_num; in create_file_name() [all …]
|
D | pciehp_core.c | 106 slot_number = ctrl->first_slot; in init_slots() 142 new_slot->number = ctrl->first_slot; in init_slots() 217 ctrl->first_slot = physical_slot_num; in get_ctlr_slot_config()
|
D | pciehp_ctrl.c | 84 info("Button pressed on Slot(%d)\n", ctrl->first_slot + hp_slot); in pciehp_handle_attention_button() 94 info("Button cancel on Slot(%d)\n", ctrl->first_slot + hp_slot); in pciehp_handle_attention_button() 102 info("Button ignore on Slot(%d)\n", ctrl->first_slot + hp_slot); in pciehp_handle_attention_button() 141 info("Latch open on Slot(%d)\n", ctrl->first_slot + hp_slot); in pciehp_handle_switch_change() 148 info("Latch close on Slot(%d)\n", ctrl->first_slot + hp_slot); in pciehp_handle_switch_change() 189 info("Card present on Slot(%d)\n", ctrl->first_slot + hp_slot); in pciehp_handle_presence_change() 195 info("Card not present on Slot(%d)\n", ctrl->first_slot + hp_slot); in pciehp_handle_presence_change() 231 info("Power fault cleared on Slot(%d)\n", ctrl->first_slot + hp_slot); in pciehp_handle_power_fault() 238 info("Power fault on Slot(%d)\n", ctrl->first_slot + hp_slot); in pciehp_handle_power_fault()
|
D | shpchp_ctrl.c | 87 info("Button pressed on Slot(%d)\n", ctrl->first_slot + hp_slot); in shpchp_handle_attention_button() 97 info("Button cancel on Slot(%d)\n", ctrl->first_slot + hp_slot); in shpchp_handle_attention_button() 105 info("Button ignore on Slot(%d)\n", ctrl->first_slot + hp_slot); in shpchp_handle_attention_button() 147 info("Latch open on Slot(%d)\n", ctrl->first_slot + hp_slot); in shpchp_handle_switch_change() 158 info("Latch close on Slot(%d)\n", ctrl->first_slot + hp_slot); in shpchp_handle_switch_change() 200 info("Card present on Slot(%d)\n", ctrl->first_slot + hp_slot); in shpchp_handle_presence_change() 206 info("Card not present on Slot(%d)\n", ctrl->first_slot + hp_slot); in shpchp_handle_presence_change() 243 info("Power fault cleared on Slot(%d)\n", ctrl->first_slot + hp_slot); in shpchp_handle_power_fault() 250 info("Power fault on Slot(%d)\n", ctrl->first_slot + hp_slot); in shpchp_handle_power_fault()
|
D | cpqphp_core.c | 179 tempdword = ctrl->first_slot; in init_SERR() 329 slot_number = ctrl->first_slot; in ctrl_slot_setup() 1132 …ng(ctrl->pci_ops, pdev->bus->number, (readb(ctrl->hpc_reg + SLOT_MASK) >> 4), &(ctrl->first_slot)); in cpqhpc_probe() 1133 dbg("get_slot_mapping: first_slot = %d, returned = %d\n", ctrl->first_slot, rc); in cpqhpc_probe()
|
D | shpchp_core.c | 106 slot_number = ctrl->first_slot; in init_slots() 224 ctrl->first_slot = physical_slot_num; in get_ctlr_slot_config()
|
D | pciehp.h | 133 u32 first_slot; /* First physical slot number; PCI-E only has 1 slot */ member
|
D | shpchprm_nonacpi.c | 64 *sun = (u8) (ctrl->first_slot + ctrl->slot_num_inc * offset); in shpchprm_get_physical_slot_number()
|
D | shpchprm_legacy.c | 68 *sun = (u8) (ctrl->first_slot + ctrl->slot_num_inc * offset); in shpchprm_get_physical_slot_number()
|
D | pciehprm_nonacpi.c | 64 *sun = (u8) (ctrl->first_slot); in pciehprm_get_physical_slot_number()
|
D | shpchp.h | 134 u32 first_slot; /* First physical slot number */ member
|
D | cpqphp.h | 313 u8 first_slot; member
|
D | shpchprm_acpi.c | 1564 *sun = (u8) (ctrl->first_slot + ctrl->slot_num_inc *offset); in shpchprm_get_physical_slot_number()
|