Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dab8500-codec.c2217 unsigned int val, mask, slot, slots_active; in ab8500_codec_set_dai_tdm_slot() local
2279 slots_active = hweight32(tx_mask); in ab8500_codec_set_dai_tdm_slot()
2282 slots_active); in ab8500_codec_set_dai_tdm_slot()
2284 switch (slots_active) { in ab8500_codec_set_dai_tdm_slot()
2310 __func__, slots_active); in ab8500_codec_set_dai_tdm_slot()
2320 slots_active = hweight32(rx_mask); in ab8500_codec_set_dai_tdm_slot()
2323 slots_active); in ab8500_codec_set_dai_tdm_slot()
2325 switch (slots_active) { in ab8500_codec_set_dai_tdm_slot()
2354 __func__, slots_active); in ab8500_codec_set_dai_tdm_slot()
/openbmc/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()