Searched refs:last_slot (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/drivers/pci/hotplug/ |
A D | cpcihp_generic.c | 52 static u8 last_slot; variable 95 dbg("last_slot = 0x%02x", last_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() 202 module_param(last_slot, byte, 0); 203 MODULE_PARM_DESC(last_slot, "Hotswap bus last slot number");
|
/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 37 last_slot = round_down(region_end - size + 1, 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/sound/soc/codecs/ |
A D | pcm186x.c | 432 unsigned int first_slot, last_slot, tdm_offset; in pcm186x_set_tdm_slot() local 444 last_slot = __fls(tx_mask); in pcm186x_set_tdm_slot() 446 if (last_slot - first_slot != hweight32(tx_mask) - 1) { in pcm186x_set_tdm_slot()
|
A D | tas6424.c | 215 unsigned int first_slot, last_slot; in tas6424_set_dai_tdm_slot() local 230 last_slot = __fls(rx_mask); in tas6424_set_dai_tdm_slot() 232 if (last_slot - first_slot != 4) { in tas6424_set_dai_tdm_slot()
|
/linux-6.3-rc2/drivers/mmc/host/ |
A D | cavium.c | 277 if (slot->bus_id == host->last_slot) in cvm_mmc_switch_to() 280 if (host->last_slot >= 0 && host->slot[host->last_slot]) { in cvm_mmc_switch_to() 281 old_slot = host->slot[host->last_slot]; in cvm_mmc_switch_to() 295 host->last_slot = slot->bus_id; in cvm_mmc_switch_to()
|
A D | cavium-thunderx.c | 112 host->last_slot = -1; in thunder_mmc_probe()
|
A D | cavium.h | 63 int last_slot; member
|
A D | cavium-octeon.c | 205 host->last_slot = -1; in octeon_mmc_probe()
|
/linux-6.3-rc2/fs/btrfs/ |
A D | delayed-inode.c | 841 int nitems, slot, last_slot; in btrfs_batch_delete_items() local 848 last_slot = btrfs_header_nritems(leaf) - 1; in btrfs_batch_delete_items() 853 ASSERT(slot <= last_slot); in btrfs_batch_delete_items() 854 if (WARN_ON(slot > last_slot)) in btrfs_batch_delete_items() 866 while (slot < last_slot) { in btrfs_batch_delete_items()
|
A D | tree-log.c | 6133 const int last_slot = btrfs_header_nritems(leaf) - 1; in batch_delete_dir_index_items() local 6139 while (slot < last_slot && in batch_delete_dir_index_items()
|
/linux-6.3-rc2/fs/ocfs2/cluster/ |
A D | heartbeat.c | 1660 unsigned int last_slot; in o2hb_map_slot_data() local 1699 last_slot = i * spp; in o2hb_map_slot_data() 1702 (j < spp) && ((j + last_slot) < reg->hr_blocks); in o2hb_map_slot_data() 1704 BUG_ON((j + last_slot) >= reg->hr_blocks); in o2hb_map_slot_data() 1706 slot = ®->hr_slots[j + last_slot]; in o2hb_map_slot_data()
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | kernel-parameters.txt | 796 <first_slot>,<last_slot>,<port>,<enum_bit>[,<debug>]
|
Completed in 39 milliseconds