Hi Serguei Podiatchev,
Thanks for your information.
Based on your information,I understand Base count register(MPIC_GTBCRAn) value is set it to 0 for generate interrupt in every clock cycle (i.e 32nano sec).
MPIC_GTBCRAn Timeout Time(nano sec)
0 32
1 64
10 352
31250 1000032
31250000 1000000032
As per the formula (T_tmr = (N+1) * t_clk), I have to set the base count register with one count less to get the accurate timer out value of the timer.
But I still have doubts, I referred another (P1022) QorIQ processor reference manual since t2080 processor reference manual does not have example base count value for global timer.
The below example snap shot is taken from the Document Number: P1022RM Rev. 2, 04/2013, section : 10.3.19 Timer control register group n (PIC_TCRn)

The above example is configured for 1hr in cascaded mode. In that Timer0 count value is calculated as 1 sec based on that 41.625Mhz frequency(i.e 0x27B_25A8 value is calculated for 1sec).
Is the P1022 processor global timer also applicable for the same formula to calculate the base count register?, If it is applicable, the timer 0 is configured for 1sec + 24 nano second. this lead to 86 micro second time drift per hour.