Baud Rate Calculation

In example Keil_IODemo.zip program from link

http://www.keil.com/download/docs/245.asp

I guess this uses normal 450 UART baud rate generation for the setting of 9600bps.

Values of Divisor Latch Registers are calculated below:
COMDIV0 = 0x93;
COMDIV1 = 0x00;

In which file to set the CD (clock divider) bit values in MMR POWCON[2:0] ?

Thanks.

More questions in this forum