last_slot          44 drivers/firmware/efi/libstub/random.c 	u64 first_slot, last_slot, region_end;
last_slot          52 drivers/firmware/efi/libstub/random.c 	last_slot = round_down(region_end - size + 1, align);
last_slot          54 drivers/firmware/efi/libstub/random.c 	if (first_slot > last_slot)
last_slot          57 drivers/firmware/efi/libstub/random.c 	return ((unsigned long)(last_slot - first_slot) >> align_shift) + 1;
last_slot         206 drivers/mmc/host/cavium-octeon.c 	host->last_slot = -1;
last_slot         108 drivers/mmc/host/cavium-thunderx.c 	host->last_slot = -1;
last_slot         277 drivers/mmc/host/cavium.c 	if (slot->bus_id == host->last_slot)
last_slot         280 drivers/mmc/host/cavium.c 	if (host->last_slot >= 0 && host->slot[host->last_slot]) {
last_slot         281 drivers/mmc/host/cavium.c 		old_slot = host->slot[host->last_slot];
last_slot         295 drivers/mmc/host/cavium.c 	host->last_slot = slot->bus_id;
last_slot          63 drivers/mmc/host/cavium.h 	int last_slot;
last_slot          52 drivers/pci/hotplug/cpcihp_generic.c static u8 last_slot;
last_slot          95 drivers/pci/hotplug/cpcihp_generic.c 	dbg("last_slot = 0x%02x", last_slot);
last_slot          96 drivers/pci/hotplug/cpcihp_generic.c 	if (!(first_slot && last_slot)) {
last_slot         100 drivers/pci/hotplug/cpcihp_generic.c 	if (last_slot < first_slot) {
last_slot         159 drivers/pci/hotplug/cpcihp_generic.c 	status = cpci_hp_register_bus(bus, first_slot, last_slot);
last_slot         202 drivers/pci/hotplug/cpcihp_generic.c module_param(last_slot, byte, 0);
last_slot         203 drivers/pci/hotplug/cpcihp_generic.c MODULE_PARM_DESC(last_slot, "Hotswap bus last slot number");
last_slot        1672 fs/ocfs2/cluster/heartbeat.c 	unsigned int last_slot;
last_slot        1711 fs/ocfs2/cluster/heartbeat.c 		last_slot = i * spp;
last_slot        1714 fs/ocfs2/cluster/heartbeat.c 		     (j < spp) && ((j + last_slot) < reg->hr_blocks);
last_slot        1716 fs/ocfs2/cluster/heartbeat.c 			BUG_ON((j + last_slot) >= reg->hr_blocks);
last_slot        1718 fs/ocfs2/cluster/heartbeat.c 			slot = &reg->hr_slots[j + last_slot];
last_slot         433 sound/soc/codecs/pcm186x.c 	unsigned int first_slot, last_slot, tdm_offset;
last_slot         445 sound/soc/codecs/pcm186x.c 	last_slot = __fls(tx_mask);
last_slot         447 sound/soc/codecs/pcm186x.c 	if (last_slot - first_slot != hweight32(tx_mask) - 1) {
last_slot         215 sound/soc/codecs/tas6424.c 	unsigned int first_slot, last_slot;
last_slot         230 sound/soc/codecs/tas6424.c 	last_slot = __fls(rx_mask);
last_slot         232 sound/soc/codecs/tas6424.c 	if (last_slot - first_slot != 4) {