HomeSort by: relevance | last modified time | path
    Searched defs:timer4_prescaler (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/s3c2xx0/
s3c24x0_clk.c 57 static uint32_t timer4_prescaler; variable in typeref:typename:uint32_t
64 (((c)*timer4_prescaler*1000)/(TIMER_FREQUENCY(pclk)/1000))
248 timer4_prescaler = prescaler;
250 timer4_mseccount = TIMER_FREQUENCY(pclk)/timer4_prescaler/1000 ;
293 s3c24x0_timecounter.tc_frequency = TIMER_FREQUENCY(pclk) / timer4_prescaler;
s3c24x0_clk.c 57 static uint32_t timer4_prescaler; variable in typeref:typename:uint32_t
64 (((c)*timer4_prescaler*1000)/(TIMER_FREQUENCY(pclk)/1000))
248 timer4_prescaler = prescaler;
250 timer4_mseccount = TIMER_FREQUENCY(pclk)/timer4_prescaler/1000 ;
293 s3c24x0_timecounter.tc_frequency = TIMER_FREQUENCY(pclk) / timer4_prescaler;

Completed in 21 milliseconds