Hi Gowthaman,
According to the understanding, your system clock frequency is 40 MHz.
LPIT0->TMR[0].TVAL = TIMER0_LOAD_VALUE;
If u want to configure the timer for 10ms then TIMER0_LOAD_VALUE will be
(SPLLDIV2_CLK_FREQ /TIMER0_PERIOD_HZ)
if timer period is 10ms then in Hz it will be 100Hz
hence 40MHz/100=40000000/100=400000
if any query u have u can let me know.