OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timer_count
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/footbridge/
footbridge_clock.c
206
unsigned int
timer_count
;
local
209
timer_count
= dc21285_fclk / herz;
210
if (
timer_count
> TIMER_MAX_VAL * 16) {
212
timer_count
>>= 8;
213
} else if (
timer_count
> TIMER_MAX_VAL) {
215
timer_count
>>= 4;
221
base + TIMER_LOAD,
timer_count
);
226
return
timer_count
;
/src/sys/arch/mips/cavium/dev/
octeon_gmx.c
1011
uint64_t ctl_reg, status,
timer_count
;
local
1024
timer_count
= PCS_READ_8(sc, PCS_LINK_TIMER_COUNT);
1025
CLR(
timer_count
, PCS_LINK_TIMER_COUNT_MASK);
1026
SET(
timer_count
,
1028
PCS_WRITE_8(sc, PCS_LINK_TIMER_COUNT,
timer_count
);
Completed in 15 milliseconds
Indexes created Fri Apr 03 00:24:04 UTC 2026