OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_usec_per_tick
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/arm/at91/
at91tctmr.c
89
uint32_t
sc_usec_per_tick
;
member in struct:at91tctmr_softc
214
sc->
sc_usec_per_tick
= 1000000UL / (sc->sc_timerclock / sc->sc_divider);
223
DPRINTF("%s: done, tclock=%"PRIu32" div=%"PRIu32" uspertick=%"PRIu32"\n", __FUNCTION__, sc->sc_timerclock, sc->sc_divider, sc->
sc_usec_per_tick
);
363
if (usec >= sc->
sc_usec_per_tick
) {
365
unsigned int ticks = (usec + sc->
sc_usec_per_tick
- 1) / sc->
sc_usec_per_tick
;
367
udelay(sc->
sc_usec_per_tick
);
Completed in 11 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025