Lines Matching refs:calVal
623 int32_t calVal; in CS_getDCOFrequency() local
664 calVal = csInfo->rDCOER_FCAL_RSEL5; in CS_getDCOFrequency()
670 calVal = csInfo->rDCOIR_FCAL_RSEL5; in CS_getDCOFrequency()
680 calVal = csInfo->rDCOER_FCAL_RSEL04; in CS_getDCOFrequency()
686 calVal = csInfo->rDCOIR_FCAL_RSEL04; in CS_getDCOFrequency()
690 / (1 - ((dcoConst * dcoTune) / ((1 + dcoConst * (768 - calVal))))); in CS_getDCOFrequency()
697 int32_t nomFreq, calVal, dcoSigned; in CS_setDCOFrequency() local
760 calVal = csInfo->rDCOER_FCAL_RSEL5; in CS_setDCOFrequency()
766 calVal = csInfo->rDCOIR_FCAL_RSEL5; in CS_setDCOFrequency()
776 calVal = csInfo->rDCOER_FCAL_RSEL04; in CS_setDCOFrequency()
782 calVal = csInfo->rDCOIR_FCAL_RSEL04; in CS_setDCOFrequency()
787 * (1.0f + dcoConst * (768.0f - calVal))) / (dcoSigned * dcoConst)); in CS_setDCOFrequency()