Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/bcm/
Dcygnus-ssp.c967 unsigned int active_slots; in cygnus_set_dai_tdm_slot() local
977 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()
/Linux-v6.1/drivers/iio/adc/
Dad_sigma_delta.c372 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()
/Linux-v6.1/include/linux/iio/adc/
Dad_sigma_delta.h87 unsigned int active_slots; member
/Linux-v6.1/sound/soc/ti/
Ddavinci-mcasp.c989 int i, active_slots; in mcasp_i2s_hw_param() local
1004 active_slots = hweight32(mcasp->tdm_mask[stream]); in mcasp_i2s_hw_param()
1005 active_serializers = (channels + active_slots - 1) / in mcasp_i2s_hw_param()
1006 active_slots; in mcasp_i2s_hw_param()
1008 active_slots = channels; in mcasp_i2s_hw_param()
1012 if (--active_slots <= 0) in mcasp_i2s_hw_param()
1019 active_slots = channels; in mcasp_i2s_hw_param()
1021 active_slots = total_slots; in mcasp_i2s_hw_param()
1023 for (i = 0; i < active_slots; i++) in mcasp_i2s_hw_param()