Hi Lajos Toth,
These bits are set in the set_fro_frequency() API, this function is located in the boot ROM. In the SDK you can found it with the following name and the argument helps you to modify the output frecuency:
CLOCK_SetFroOscFreq(kCLOCK_FroOscOut18M); /*!< Set up FRO freq to 18MHz */
CLOCK_SetFroOscFreq(kCLOCK_FroOscOut24M); /*!< Set up FRO freq to 24MHz*/
CLOCK_SetFroOscFreq(kCLOCK_FroOscOut30M); /*!< Set up FRO freq to 30MHz*/
Hope it helps you,
Alexis Andalon