OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timer_sc
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/arm/imx/
imx23_timrot.c
90
struct timrot_softc *
timer_sc
[MAX_TIMERS];
variable in typeref:struct:timrot_softc * []
169
&&
timer_sc
[SYS_TIMER] == NULL) {
183
timer_sc
[SYS_TIMER] = sc;
189
&&
timer_sc
[STAT_TIMER] == NULL) {
203
timer_sc
[STAT_TIMER] = sc;
223
if (
timer_sc
[SYS_TIMER] != NULL)
224
timer_init(
timer_sc
[SYS_TIMER]);
226
if (
timer_sc
[STAT_TIMER] != NULL)
227
timer_init(
timer_sc
[STAT_TIMER]);
238
struct timrot_softc *sc =
timer_sc
[STAT_TIMER]
[
all
...]
Completed in 182 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025