OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timer0_tval
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/arm/marvell/
mvsoctmr.c
247
uint32_t
timer0_tval
;
local in function:cpu_initclocks
256
timer0_tval
= (mvsoctmr_freq * 2) / (u_long) hz;
257
timer0_tval
= (
timer0_tval
/ 2) + (
timer0_tval
& 1);
259
mvsoctmr_cntl(sc, MVSOCTMR_TIMER0,
timer0_tval
, en, autoen);
Completed in 11 milliseconds
Indexes created Sat Oct 11 16:09:52 GMT 2025