OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cnt_frq
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/cortex/
gtmr.c
162
const uint32_t
cnt_frq
= gtmr_cntfrq_read();
local in function:gtmr_attach
163
if (
cnt_frq
== 0) {
164
aprint_verbose_dev(self, "cp15
CNT_FRQ
not set\n");
165
} else if (
cnt_frq
!= sc->sc_freq) {
167
"cp15
CNT_FRQ
(%u) differs from supplied frequency\n",
168
cnt_frq
);
gtmr.c
162
const uint32_t
cnt_frq
= gtmr_cntfrq_read();
local in function:gtmr_attach
163
if (
cnt_frq
== 0) {
164
aprint_verbose_dev(self, "cp15
CNT_FRQ
not set\n");
165
} else if (
cnt_frq
!= sc->sc_freq) {
167
"cp15
CNT_FRQ
(%u) differs from supplied frequency\n",
168
cnt_frq
);
Completed in 21 milliseconds
Indexes created Sat Oct 18 23:09:54 GMT 2025