Home
last modified time | relevance | path

Searched refs:slots_active (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/sound/soc/ux500/
Dux500_msp_dai.c502 unsigned int mask, slots_active; in ux500_msp_dai_hw_params() local
522 slots_active = hweight32(mask); in ux500_msp_dai_hw_params()
523 dev_dbg(dai->dev, "TDM-slots active: %d", slots_active); in ux500_msp_dai_hw_params()
527 slots_active, slots_active); in ux500_msp_dai_hw_params()
/linux-4.1.27/sound/soc/codecs/
Dab8500-codec.c2229 unsigned int val, mask, slot, slots_active; in ab8500_codec_set_dai_tdm_slot() local
2291 slots_active = hweight32(tx_mask); in ab8500_codec_set_dai_tdm_slot()
2294 slots_active); in ab8500_codec_set_dai_tdm_slot()
2296 switch (slots_active) { in ab8500_codec_set_dai_tdm_slot()
2322 __func__, slots_active); in ab8500_codec_set_dai_tdm_slot()
2332 slots_active = hweight32(rx_mask); in ab8500_codec_set_dai_tdm_slot()
2335 slots_active); in ab8500_codec_set_dai_tdm_slot()
2337 switch (slots_active) { in ab8500_codec_set_dai_tdm_slot()
2366 __func__, slots_active); in ab8500_codec_set_dai_tdm_slot()