Searched refs:dcoFrequency (Results 1 – 3 of 3) sorted by relevance
695 void CS_setDCOFrequency(uint32_t dcoFrequency) in CS_setDCOFrequency() argument701 dcoSigned = (int32_t) dcoFrequency; in CS_setDCOFrequency()717 if (dcoFrequency < 2000000) in CS_setDCOFrequency()721 } else if (dcoFrequency < 4000000) in CS_setDCOFrequency()725 } else if (dcoFrequency < 8000000) in CS_setDCOFrequency()729 } else if (dcoFrequency < 16000000) in CS_setDCOFrequency()733 } else if (dcoFrequency < 32000000) in CS_setDCOFrequency()737 } else if (dcoFrequency < 640000001) in CS_setDCOFrequency()748 if (dcoFrequency == nomFreq || tlvLength == 0) in CS_setDCOFrequency()
472 extern void CS_setDCOFrequency(uint32_t dcoFrequency);575 extern void CS_setDCOFrequency(uint32_t dcoFrequency);
576 ((void (*)(uint32_t dcoFrequency))ROM_CSTABLE[12])