Searched refs:first_slot (Results 1 – 11 of 11) sorted by relevance
/drivers/pci/hotplug/ |
D | cpcihp_generic.c | 51 static u8 first_slot; variable 94 dbg("first_slot = 0x%02x", first_slot); in validate_parameters() 96 if (!(first_slot && last_slot)) { in validate_parameters() 100 if (last_slot < first_slot) { in validate_parameters() 159 status = cpci_hp_register_bus(bus, first_slot, last_slot); in cpcihp_generic_init() 200 module_param(first_slot, byte, 0); 201 MODULE_PARM_DESC(first_slot, "Hotswap bus first slot number");
|
D | ibmphp_ebda.c | 527 static int first_slot_num(u8 slot_num, u8 first_slot, u8 var) in first_slot_num() argument 535 if ((first_slot < opt_vg_ptr->first_slot_num) && (slot_num >= opt_vg_ptr->first_slot_num)) { in first_slot_num() 542 if ((first_slot < opt_lo_ptr->first_slot_num) && (slot_num >= opt_lo_ptr->first_slot_num)) { in first_slot_num() 580 u8 first_slot = 1; in calculate_first_slot() local 585 …if ((slot_cur->ctrl->ctlr_type != 4) && (slot_cur->ctrl->ending_slot_num > first_slot) && (slot_nu… in calculate_first_slot() 586 first_slot = slot_cur->ctrl->ending_slot_num; in calculate_first_slot() 589 return first_slot + 1; in calculate_first_slot() 602 u8 first_slot = 1; in create_file_name() local 625 first_slot = opt_lo_ptr->first_slot_num; in create_file_name() 628 first_slot = opt_vg_ptr->first_slot_num; in create_file_name() [all …]
|
D | cpqphp_core.c | 128 tempdword = ctrl->first_slot; in init_SERR() 592 slot_number = ctrl->first_slot; in ctrl_slot_setup() 1082 &(ctrl->first_slot)); in cpqhpc_probe() 1084 ctrl->first_slot, rc); in cpqhpc_probe()
|
D | shpchp_core.c | 86 slot->number = ctrl->first_slot + (ctrl->slot_num_inc * i); in init_slots()
|
D | shpchp.h | 101 u32 first_slot; /* First physical slot number */ member
|
D | cpqphp.h | 296 u8 first_slot; member
|
D | shpchp_hpc.c | 1010 ctrl->first_slot = (slot_config & PSN) >> 16; in shpc_init()
|
/drivers/firmware/efi/libstub/ |
D | random.c | 44 u64 first_slot, last_slot, region_end; in get_entry_num_slots() local 51 first_slot = round_up(md->phys_addr, align); in get_entry_num_slots() 54 if (first_slot > last_slot) in get_entry_num_slots() 57 return ((unsigned long)(last_slot - first_slot) >> align_shift) + 1; in get_entry_num_slots()
|
/drivers/net/wireless/ath/ath9k/ |
D | beacon.c | 251 int first_slot = ATH_BCBUF; in ath9k_beacon_ensure_primary_slot() local 259 first_slot = slot; in ath9k_beacon_ensure_primary_slot() 263 if (first_slot == 0) in ath9k_beacon_ensure_primary_slot() 268 if (slot + first_slot < ATH_BCBUF) { in ath9k_beacon_ensure_primary_slot() 269 vif = sc->beacon.bslot[slot + first_slot]; in ath9k_beacon_ensure_primary_slot()
|
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_execbuf.c | 786 u32 first_slot) in vmw_view_bindings_add() argument 810 binding.slot = first_slot + i; in vmw_view_bindings_add()
|
/drivers/md/ |
D | raid10.c | 4790 int first_slot = slot; in handle_reshape_read_error() local 4821 if (slot == first_slot) in handle_reshape_read_error()
|