Searched refs:total_slots (Results 1 – 5 of 5) sorted by relevance
66 unsigned long total_slots = 0, target_slot; in efi_random_alloc() local92 total_slots += slots; in efi_random_alloc()99 total_slots = total_mirrored_slots; in efi_random_alloc()102 target_slot = (total_slots * (u64)(random_seed & U32_MAX)) >> 32; in efi_random_alloc()
152 int ret, total_slots; in exc3000_handle_mt_event() local155 total_slots = buf[3]; in exc3000_handle_mt_event()156 if (!total_slots || total_slots > EXC3000_NUM_SLOTS) { in exc3000_handle_mt_event()161 if (total_slots > EXC3000_SLOTS_PER_FRAME) { in exc3000_handle_mt_event()179 while (total_slots > 0) { in exc3000_handle_mt_event()180 int slots = min(total_slots, EXC3000_SLOTS_PER_FRAME); in exc3000_handle_mt_event()183 total_slots -= slots; in exc3000_handle_mt_event()
32 void (*load_bitmaps)(struct mddev *mddev, int total_slots);
988 int total_slots; in mcasp_i2s_hw_param() local993 total_slots = mcasp->tdm_slots; in mcasp_i2s_hw_param()1006 for (i = 0; i < total_slots; i++) { in mcasp_i2s_hw_param()1014 active_serializers = DIV_ROUND_UP(channels, total_slots); in mcasp_i2s_hw_param()1018 active_slots = total_slots; in mcasp_i2s_hw_param()1033 FSXMOD(total_slots), FSXMOD(0x1FF)); in mcasp_i2s_hw_param()1038 FSRMOD(total_slots), FSRMOD(0x1FF)); in mcasp_i2s_hw_param()1046 FSXMOD(total_slots), FSXMOD(0x1FF)); in mcasp_i2s_hw_param()
52 unsigned int total_slots, in tegra210_i2s_set_slot_ctrl() argument 57 total_slots - 1); in tegra210_i2s_set_slot_ctrl()