Searched refs:timer4_prescaler (Results 1 – 1 of 1) sorted by relevance
57 static uint32_t timer4_prescaler; variable64 (((c)*timer4_prescaler*1000)/(TIMER_FREQUENCY(pclk)/1000))248 timer4_prescaler = prescaler; in cpu_initclocks()250 timer4_mseccount = TIMER_FREQUENCY(pclk)/timer4_prescaler/1000 ; in cpu_initclocks()293 s3c24x0_timecounter.tc_frequency = TIMER_FREQUENCY(pclk) / timer4_prescaler; in cpu_initclocks()