Home
last modified time | relevance | path

Searched refs:total_slots (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/md/
H A Dmd-cluster.h32 void (*load_bitmaps)(struct mddev *mddev, int total_slots);
H A Dmd-cluster.c819 static int gather_all_resync_info(struct mddev *mddev, int total_slots) in gather_all_resync_info() argument
828 for (i = 0; i < total_slots; i++) { in gather_all_resync_info()
988 static void load_bitmaps(struct mddev *mddev, int total_slots) in load_bitmaps() argument
993 if (gather_all_resync_info(mddev, total_slots)) in load_bitmaps()
/linux/sound/soc/ti/
H A Ddavinci-mcasp.c988 int total_slots; in mcasp_i2s_hw_param() local
993 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()
/linux/sound/soc/tegra/
H A Dtegra210_i2s.c52 unsigned int total_slots, in tegra210_i2s_set_slot_ctrl() argument
57 total_slots - 1); in tegra210_i2s_set_slot_ctrl()