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

  /src/sys/arch/arm/s3c2xx0/
s3c2800_clk.c 61 static unsigned int timer0_prescaler; variable in typeref:typename:unsigned int
68 (((c)*timer0_prescaler*1000)/(TIMER_FREQUENCY(pclk)/1000))
247 timer0_prescaler = prescaler;
249 timer0_mseccount = TIMER_FREQUENCY(pclk)/timer0_prescaler/1000 ;
285 s3c2800_timecounter.tc_frequency = TIMER_FREQUENCY(pclk) / timer0_prescaler;
s3c2800_clk.c 61 static unsigned int timer0_prescaler; variable in typeref:typename:unsigned int
68 (((c)*timer0_prescaler*1000)/(TIMER_FREQUENCY(pclk)/1000))
247 timer0_prescaler = prescaler;
249 timer0_mseccount = TIMER_FREQUENCY(pclk)/timer0_prescaler/1000 ;
285 s3c2800_timecounter.tc_frequency = TIMER_FREQUENCY(pclk) / timer0_prescaler;

Completed in 23 milliseconds