OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:counter_val
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/ti/
ti_wdt.c
156
uint32_t
counter_val
;
local in function:ti_wdt_setmode
169
counter_val
= ~0u;
171
counter_val
= ~(sc->sc_wdog.smw_period * sc->sc_rate / 2);
177
WR4(sc, WDT_WLDR,
counter_val
);
178
WR4(sc, WDT_WCRR,
counter_val
);
ti_wdt.c
156
uint32_t
counter_val
;
local in function:ti_wdt_setmode
169
counter_val
= ~0u;
171
counter_val
= ~(sc->sc_wdog.smw_period * sc->sc_rate / 2);
177
WR4(sc, WDT_WLDR,
counter_val
);
178
WR4(sc, WDT_WCRR,
counter_val
);
Completed in 22 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025