Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/ti/
Ddavinci-mcasp.c822 int active_serializers, numevt; in mcasp_common_hw_param() local
870 numevt = mcasp->txnumevt; in mcasp_common_hw_param()
874 numevt = mcasp->rxnumevt; in mcasp_common_hw_param()
886 if (!numevt) { in mcasp_common_hw_param()
915 numevt = (numevt / active_serializers) * active_serializers; in mcasp_common_hw_param()
917 while (period_words % numevt && numevt > 0) in mcasp_common_hw_param()
918 numevt -= active_serializers; in mcasp_common_hw_param()
919 if (numevt <= 0) in mcasp_common_hw_param()
920 numevt = active_serializers; in mcasp_common_hw_param()
923 mcasp_mod_bits(mcasp, reg, NUMEVT(numevt), NUMEVT_MASK); in mcasp_common_hw_param()
[all …]