Searched refs:active_slots (Results 1 – 5 of 5) sorted by relevance
967 unsigned int active_slots; in cygnus_set_dai_tdm_slot() local977 active_slots = hweight32(tx_mask); in cygnus_set_dai_tdm_slot()979 if (active_slots > 16) in cygnus_set_dai_tdm_slot()983 if (active_slots % 2) in cygnus_set_dai_tdm_slot()987 if (active_slots == 16) in cygnus_set_dai_tdm_slot()988 active_slots = 0; in cygnus_set_dai_tdm_slot()1023 __func__, active_slots, frame_bits); in cygnus_set_dai_tdm_slot()1028 value |= (active_slots << I2S_OUT_CFGX_VALID_SLOT); in cygnus_set_dai_tdm_slot()1036 value |= (active_slots << I2S_OUT_CFGX_VALID_SLOT); in cygnus_set_dai_tdm_slot()
372 sigma_delta->active_slots = slot; in ad_sd_buffer_postenable()375 if (sigma_delta->active_slots > 1) { in ad_sd_buffer_postenable()485 if (sigma_delta->active_slots == 1) { in ad_sd_trigger_handler()510 if (sigma_delta->current_slot == sigma_delta->active_slots) { in ad_sd_trigger_handler()
89 unsigned int active_slots; member
84 def active_slots(self): member in LUKSConfig348 for slot in config.active_slots()[1:]:
989 int i, active_slots; in mcasp_i2s_hw_param() local1004 active_slots = hweight32(mcasp->tdm_mask[stream]); in mcasp_i2s_hw_param()1005 active_serializers = DIV_ROUND_UP(channels, active_slots); in mcasp_i2s_hw_param()1007 active_slots = channels; in mcasp_i2s_hw_param()1011 if (--active_slots <= 0) in mcasp_i2s_hw_param()1018 active_slots = channels; in mcasp_i2s_hw_param()1020 active_slots = total_slots; in mcasp_i2s_hw_param()1022 for (i = 0; i < active_slots; i++) in mcasp_i2s_hw_param()