OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:counts_per_hz
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/arm/xscale/
becc_timer.c
84
* subtract 1 from
counts_per_hz
when loading the preload register.
86
static uint32_t
counts_per_hz
;
variable in typeref:typename:uint32_t
103
counts_per_hz
= COUNTS_PER_SEC / 100;
110
BECC_CSR_WRITE(BECC_TPRA,
counts_per_hz
- 1);
162
counts_per_hz
= COUNTS_PER_SEC / hz;
165
BECC_CSR_WRITE(BECC_TPRA,
counts_per_hz
- 1);
234
delta += (last + (
counts_per_hz
- cur));
262
atomic_add_32(&becc_base,
counts_per_hz
);
i80321_timer.c
72
static uint32_t
counts_per_hz
;
variable in typeref:typename:uint32_t
192
counts_per_hz
= COUNTS_PER_SEC / 100;
196
trr0_write(
counts_per_hz
); /* reload value */
197
tcr0_write(
counts_per_hz
); /* current value */
246
counts_per_hz
= COUNTS_PER_SEC / hz;
248
trr0_write(
counts_per_hz
); /* reload value */
249
tcr0_write(
counts_per_hz
); /* current value */
326
delta += (last + (
counts_per_hz
- cur));
ixp425_timer.c
59
static uint32_t
counts_per_hz
;
variable in typeref:typename:uint32_t
174
counts_per_hz
= COUNTS_PER_SEC / hz;
178
(
counts_per_hz
& TIMERRELOAD_MASK) | OST_TIMER_EN);
265
atomic_add_32(&ixpclk_base,
counts_per_hz
);
/src/sys/arch/arm/gemini/
gemini_timer.c
111
static uint32_t
counts_per_hz
= ~0;
variable in typeref:typename:uint32_t
350
delta += (last + (
counts_per_hz
- cur));
/src/sys/arch/evbarm/iq80310/
iq80310_timer.c
83
static uint32_t
counts_per_hz
;
variable in typeref:typename:uint32_t
170
counts_per_hz
= COUNTS_PER_SEC / 100;
175
timer_write(
counts_per_hz
);
222
counts_per_hz
= COUNTS_PER_SEC / hz;
223
timer_write(
counts_per_hz
);
287
delta += ((
counts_per_hz
- last) + cur);
313
atomic_add_32(&iq80310_base,
counts_per_hz
);
/src/sys/arch/arm/broadcom/
bcm2835_tmr.c
68
static uint32_t
counts_per_hz
= ~0;
variable in typeref:typename:uint32_t
174
counts_per_hz
= BCM2835_STIMER_HZ / hz;
177
stcl +=
counts_per_hz
;
240
curr +=
counts_per_hz
;
Completed in 112 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025