OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_clock_count
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/arm/footbridge/
footbridgevar.h
54
unsigned int
sc_clock_count
;
member in struct:footbridge_softc
footbridge_clock.c
282
clock_sc->
sc_clock_count
= load_timer(TIMER_1_BASE, hz);
289
((((clock_sc->
sc_clock_count
* hz) / 1000) * 256) / 1000);
/src/sys/arch/evbarm/ifpga/
ifpgavar.h
60
int
sc_clock_count
;
member in struct:ifpga_softc
ifpga_clock.c
135
atomic_add_32(&ifpga_base, ifpga_sc->
sc_clock_count
);
296
ifpga_sc->
sc_clock_count
304
((((ifpga_sc->
sc_clock_count
* hz) / 1000) * 256) / 1000);
349
u_int count_max = ifpga_sc->
sc_clock_count
;
/src/sys/arch/arm/ixp12x0/
ixp12x0_clk.c
80
uint32_t
sc_clock_count
;
member in struct:ixpclk_softc
188
sc->
sc_clock_count
= sc->sc_coreclock_freq / hz;
193
sc->
sc_clock_count
);
266
sc->
sc_clock_count
);
342
? ixpclk_sc->
sc_clock_count
+ otick - ticks
/src/sys/arch/arm/sa11x0/
sa11x0_ost.c
76
uint32_t
sc_clock_count
;
member in struct:saost_softc
154
oldmatch = sc->
sc_clock_count
;
176
sc->
sc_clock_count
= nextmatch;
249
sc->
sc_clock_count
= TIMER_FREQUENCY / hz;
258
sc->
sc_clock_count
);
Completed in 15 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025