OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timer0_count
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/arm/iomd/
iomd_clock.c
79
static int
timer0_count
;
variable in typeref:typename:int
156
if (
timer0_count
&&
162
timer0_offset +=
timer0_count
;
272
timer0_count
= TIMER_FREQUENCY / hz;
275
IOMD_T0LOW, (
timer0_count
>> 0) & 0xff);
277
IOMD_T0HIGH, (
timer0_count
>> 8) & 0xff);
327
tm =
timer0_count
- tm;
329
if (
timer0_count
&&
332
timer0_offset +=
timer0_count
;
Completed in 11 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025