OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextmatch
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/arm/sa11x0/
sa11x0_ost.c
148
uint32_t oscr,
nextmatch
, oldmatch;
local
155
nextmatch
= oldmatch + TIMER_FREQUENCY / hz;
157
bus_space_write_4(sc->sc_iot, sc->sc_ioh, SAOST_MR0,
nextmatch
);
160
if ((
nextmatch
> oldmatch &&
161
(oscr >
nextmatch
|| oscr < oldmatch)) ||
162
(
nextmatch
< oldmatch && oscr >
nextmatch
&& oscr < oldmatch)) {
171
nextmatch
= oscr + 10;
172
bus_space_write_4(sc->sc_iot, sc->sc_ioh, SAOST_MR0,
nextmatch
);
176
sc->sc_clock_count =
nextmatch
;
187
uint32_t oscr,
nextmatch
, oldmatch;
local
[
all
...]
Completed in 16 milliseconds
Indexes created Sat Aug 15 00:25:12 UTC 2026