Searched refs:dcoConst (Results 1 – 6 of 6) sorted by relevance
622 float dcoConst; in CS_getDCOFrequency() local663 dcoConst = *((float *) &csInfo->rDCOER_CONSTK_RSEL5); in CS_getDCOFrequency()669 dcoConst = *((float *) &csInfo->rDCOIR_CONSTK_RSEL5); in CS_getDCOFrequency()679 dcoConst = *((float *) &csInfo->rDCOER_CONSTK_RSEL04); in CS_getDCOFrequency()685 dcoConst = *((float *) &csInfo->rDCOIR_CONSTK_RSEL04); in CS_getDCOFrequency()690 / (1 - ((dcoConst * dcoTune) / ((1 + dcoConst * (768 - calVal))))); in CS_getDCOFrequency()699 float dcoConst; in CS_setDCOFrequency() local759 dcoConst = *((float *) &csInfo->rDCOER_CONSTK_RSEL5); in CS_setDCOFrequency()765 dcoConst = *((float *) &csInfo->rDCOIR_CONSTK_RSEL5); in CS_setDCOFrequency()775 dcoConst = *((float *) &csInfo->rDCOER_CONSTK_RSEL04); in CS_setDCOFrequency()[all …]
107 float dcoConst; in SystemCoreClockUpdate() local199 dcoConst = *((float *) &TLV->DCOER_CONSTK_RSEL04); in SystemCoreClockUpdate()205 dcoConst = *((float *) &TLV->DCOIR_CONSTK_RSEL04); in SystemCoreClockUpdate()211 - ((dcoConst * dcoTune) in SystemCoreClockUpdate()212 / (8 * (1 + dcoConst * (768 - calVal)))))); in SystemCoreClockUpdate()