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

/linux-master/include/linux/iio/adc/
H A Dad_sigma_delta.h89 unsigned int active_slots; member in struct:ad_sigma_delta
/linux-master/sound/soc/bcm/
H A Dcygnus-ssp.c967 unsigned int active_slots; local
977 active_slots = hweight32(tx_mask);
979 if (active_slots > 16)
983 if (active_slots % 2)
987 if (active_slots == 16)
988 active_slots = 0;
1022 dev_dbg(aio->cygaud->dev, "%s active_slots %u, bits per frame %d\n",
1023 __func__, active_slots, frame_bits);
1028 value |= (active_slots << I2S_OUT_CFGX_VALID_SLOT);
1036 value |= (active_slots << I2S_OUT_CFGX_VALID_SLO
[all...]
/linux-master/drivers/iio/adc/
H A Dad_sigma_delta.c372 sigma_delta->active_slots = slot;
375 if (sigma_delta->active_slots > 1) {
485 if (sigma_delta->active_slots == 1) {
510 if (sigma_delta->current_slot == sigma_delta->active_slots) {
/linux-master/sound/soc/ti/
H A Ddavinci-mcasp.c987 int i, active_slots; local
1002 active_slots = hweight32(mcasp->tdm_mask[stream]);
1003 active_serializers = DIV_ROUND_UP(channels, active_slots);
1005 active_slots = channels;
1009 if (--active_slots <= 0)
1016 active_slots = channels;
1018 active_slots = total_slots;
1020 for (i = 0; i < active_slots; i++)

Completed in 143 milliseconds