Searched refs:total_slots (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/firmware/efi/libstub/ |
| H A D | randomalloc.c | 66 unsigned long total_slots = 0, target_slot; in efi_random_alloc() local 92 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()
|
| /linux/drivers/md/ |
| H A D | md-cluster.h | 32 void (*load_bitmaps)(struct mddev *mddev, int total_slots);
|
| H A D | md-cluster.c | 824 static int gather_all_resync_info(struct mddev *mddev, int total_slots) in gather_all_resync_info() argument 833 for (i = 0; i < total_slots; i++) { in gather_all_resync_info() 993 static void load_bitmaps(struct mddev *mddev, int total_slots) in load_bitmaps() argument 998 if (gather_all_resync_info(mddev, total_slots)) in load_bitmaps()
|
| /linux/sound/soc/ti/ |
| H A D | davinci-mcasp.c | 1199 int total_slots; in davinci_mcasp_delay() 1204 total_slots = mcasp_get_tdm_slots(mcasp, stream); in davinci_mcasp_delay() 1217 for (i = 0; i < total_slots; i++) { in davinci_mcasp_hw_params() 1225 active_serializers = DIV_ROUND_UP(channels, total_slots); in davinci_mcasp_hw_params() 1229 active_slots = total_slots; in davinci_mcasp_hw_params() 1247 FSXMOD(total_slots), FSXMOD(0x1FF)); in davinci_mcasp_hw_params() 1252 FSRMOD(total_slots), FSRMOD(0x1FF)); in davinci_mcasp_hw_params() 1261 FSXMOD(total_slots), FSXMOD(0x1FF)); in davinci_mcasp_hw_params() 988 int total_slots; mcasp_i2s_hw_param() local
|
| /linux/sound/soc/tegra/ |
| H A D | tegra210_i2s.c | 52 unsigned int total_slots, in tegra210_i2s_set_slot_ctrl() argument 57 total_slots - 1); in tegra210_i2s_set_slot_ctrl()
|