Home
last modified time | relevance | path

Searched refs:last_slot (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.10/drivers/pci/hotplug/
Dcpcihp_generic.c52 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-v5.10/drivers/firmware/efi/libstub/
Drandomalloc.c22 u64 first_slot, last_slot, region_end; in get_entry_num_slots() local
35 last_slot = round_down(region_end - size + 1, align); in get_entry_num_slots()
37 if (first_slot > last_slot) in get_entry_num_slots()
40 return ((unsigned long)(last_slot - first_slot) >> align_shift) + 1; in get_entry_num_slots()
/Linux-v5.10/sound/soc/codecs/
Dpcm186x.c433 unsigned int first_slot, last_slot, tdm_offset; in pcm186x_set_tdm_slot() local
445 last_slot = __fls(tx_mask); in pcm186x_set_tdm_slot()
447 if (last_slot - first_slot != hweight32(tx_mask) - 1) { in pcm186x_set_tdm_slot()
Dtas6424.c215 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-v5.10/drivers/mmc/host/
Dcavium.c277 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()
Dcavium-thunderx.c112 host->last_slot = -1; in thunder_mmc_probe()
Dcavium.h63 int last_slot; member
Dcavium-octeon.c205 host->last_slot = -1; in octeon_mmc_probe()
/Linux-v5.10/fs/ocfs2/cluster/
Dheartbeat.c1670 unsigned int last_slot; in o2hb_map_slot_data() local
1709 last_slot = i * spp; in o2hb_map_slot_data()
1712 (j < spp) && ((j + last_slot) < reg->hr_blocks); in o2hb_map_slot_data()
1714 BUG_ON((j + last_slot) >= reg->hr_blocks); in o2hb_map_slot_data()
1716 slot = &reg->hr_slots[j + last_slot]; in o2hb_map_slot_data()
/Linux-v5.10/Documentation/admin-guide/
Dkernel-parameters.txt730 <first_slot>,<last_slot>,<port>,<enum_bit>[,<debug>]