/linux-6.3-rc2/drivers/pci/hotplug/ |
A 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");
|
A D | ibmphp_ebda.c | 527 static int first_slot_num(u8 slot_num, u8 first_slot, u8 var) in first_slot_num() argument 580 u8 first_slot = 1; in calculate_first_slot() local 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() 633 first_slot = opt_vg_ptr->first_slot_num; in create_file_name() 640 first_slot = opt_lo_ptr->first_slot_num; in create_file_name() 651 first_slot = calculate_first_slot(slot_num); in create_file_name() [all …]
|
A D | cpqphp_core.c | 128 tempdword = ctrl->first_slot; in init_SERR() 593 slot_number = ctrl->first_slot; in ctrl_slot_setup() 1083 &(ctrl->first_slot)); in cpqhpc_probe() 1085 ctrl->first_slot, rc); in cpqhpc_probe()
|
A D | shpchp_core.c | 85 slot->number = ctrl->first_slot + (ctrl->slot_num_inc * i); in init_slots()
|
A D | shpchp.h | 101 u32 first_slot; /* First physical slot number */ member
|
A D | cpqphp.h | 296 u8 first_slot; member
|
A D | shpchp_hpc.c | 987 ctrl->first_slot = (slot_config & PSN) >> 16; in shpc_init()
|
/linux-6.3-rc2/drivers/firmware/efi/libstub/ |
A D | randomalloc.c | 22 u64 first_slot, last_slot, region_end; in get_entry_num_slots() local 36 first_slot = round_up(md->phys_addr, align); in get_entry_num_slots() 39 if (first_slot > last_slot) in get_entry_num_slots() 42 return ((unsigned long)(last_slot - first_slot) >> align_shift) + 1; in get_entry_num_slots()
|
/linux-6.3-rc2/tools/testing/selftests/kvm/ |
A D | max_guest_memory_test.c | 167 const int first_slot = 1; in main() local 186 TEST_ASSERT(max_slots > first_slot, "KVM is broken"); in main() 233 for (slot = first_slot; slot < max_slots; slot++) { in main() 234 gpa = start_gpa + ((slot - first_slot) * slot_size); in main() 281 for (slot = (slot - 1) & ~1ull; slot >= first_slot; slot -= 2) in main()
|
/linux-6.3-rc2/sound/soc/codecs/ |
A D | tas5720.c | 149 unsigned int first_slot; in tas5720_set_dai_tdm_slot() local 162 first_slot = __ffs(tx_mask); in tas5720_set_dai_tdm_slot() 164 if (first_slot > 7) { in tas5720_set_dai_tdm_slot() 166 first_slot); in tas5720_set_dai_tdm_slot() 185 TAS5720_TDM_SLOT_SEL_MASK, first_slot); in tas5720_set_dai_tdm_slot()
|
A D | pcm186x.c | 432 unsigned int first_slot, last_slot, tdm_offset; in pcm186x_set_tdm_slot() local 443 first_slot = __ffs(tx_mask); in pcm186x_set_tdm_slot() 446 if (last_slot - first_slot != hweight32(tx_mask) - 1) { in pcm186x_set_tdm_slot() 451 tdm_offset = first_slot * slot_width; in pcm186x_set_tdm_slot()
|
A D | tas6424.c | 215 unsigned int first_slot, last_slot; in tas6424_set_dai_tdm_slot() local 229 first_slot = __ffs(tx_mask); in tas6424_set_dai_tdm_slot() 232 if (last_slot - first_slot != 4) { in tas6424_set_dai_tdm_slot() 237 switch (first_slot) { in tas6424_set_dai_tdm_slot()
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/ |
A 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()
|
/linux-6.3-rc2/include/linux/ |
A D | bpf_verifier.h | 103 bool first_slot; member
|
/linux-6.3-rc2/fs/btrfs/ |
A D | ctree.h | 511 int btrfs_generic_bin_search(struct extent_buffer *eb, int first_slot,
|
A D | ctree.c | 866 int btrfs_generic_bin_search(struct extent_buffer *eb, int first_slot, in btrfs_generic_bin_search() argument 875 u32 low = first_slot; in btrfs_generic_bin_search()
|
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_execbuf.c | 777 u32 first_slot) in vmw_view_bindings_add() argument 801 binding.slot = first_slot + i; in vmw_view_bindings_add()
|
/linux-6.3-rc2/kernel/bpf/ |
A D | verifier.c | 766 bool first_slot, int dynptr_id); 914 if (!state->stack[spi].spilled_ptr.dynptr.first_slot) in destroy_if_dynptr_stack_slot() 993 if (!state->stack[spi].spilled_ptr.dynptr.first_slot) in is_dynptr_reg_valid_init() 1605 bool first_slot, int dynptr_id) in __mark_dynptr_reg() argument 1616 reg->dynptr.first_slot = first_slot; in __mark_dynptr_reg() 13986 old_reg->dynptr.first_slot != cur_reg->dynptr.first_slot || in stacksafe()
|
/linux-6.3-rc2/drivers/md/ |
A D | raid10.c | 5129 int first_slot = slot; in handle_reshape_read_error() local 5160 if (slot == first_slot) in handle_reshape_read_error()
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | kernel-parameters.txt | 796 <first_slot>,<last_slot>,<port>,<enum_bit>[,<debug>]
|