Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dab8500-codec.c1940 unsigned int val, mask, slot, slots_active; in ab8500_codec_set_dai_tdm_slot() local
2002 slots_active = hweight32(tx_mask); in ab8500_codec_set_dai_tdm_slot()
2005 slots_active); in ab8500_codec_set_dai_tdm_slot()
2007 switch (slots_active) { in ab8500_codec_set_dai_tdm_slot()
2033 __func__, slots_active); in ab8500_codec_set_dai_tdm_slot()
2043 slots_active = hweight32(rx_mask); in ab8500_codec_set_dai_tdm_slot()
2046 slots_active); in ab8500_codec_set_dai_tdm_slot()
2048 switch (slots_active) { in ab8500_codec_set_dai_tdm_slot()
2077 __func__, slots_active); in ab8500_codec_set_dai_tdm_slot()
/linux/sound/soc/ux500/
H A Dux500_msp_dai.c498 unsigned int mask, slots_active; in ux500_msp_dai_hw_params() local
518 slots_active = hweight32(mask); in ux500_msp_dai_hw_params()
519 dev_dbg(dai->dev, "TDM-slots active: %d", slots_active); in ux500_msp_dai_hw_params()
523 slots_active); in ux500_msp_dai_hw_params()