Home
last modified time | relevance | path

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

/Linux-v6.6/sound/soc/ti/
Ddavinci-mcasp.c865 int active_serializers, numevt; in mcasp_common_hw_param() local
920 numevt = mcasp->txnumevt; in mcasp_common_hw_param()
924 numevt = mcasp->rxnumevt; in mcasp_common_hw_param()
936 if (!numevt) { in mcasp_common_hw_param()
965 numevt = (numevt / active_serializers) * active_serializers; in mcasp_common_hw_param()
967 while (period_words % numevt && numevt > 0) in mcasp_common_hw_param()
968 numevt -= active_serializers; in mcasp_common_hw_param()
969 if (numevt <= 0) in mcasp_common_hw_param()
970 numevt = active_serializers; in mcasp_common_hw_param()
973 mcasp_mod_bits(mcasp, reg, NUMEVT(numevt), NUMEVT_MASK); in mcasp_common_hw_param()
[all …]