OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:delay_arg_limit
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/arm32/
cortex_pmc.c
90
const uint32_t
delay_arg_limit
= ~0UL / counts_per_usec; /* about 10 sec */
local in function:delay
92
if (arg >
delay_arg_limit
)
94
__func__, arg,
delay_arg_limit
);
cortex_pmc.c
90
const uint32_t
delay_arg_limit
= ~0UL / counts_per_usec; /* about 10 sec */
local in function:delay
92
if (arg >
delay_arg_limit
)
94
__func__, arg,
delay_arg_limit
);
Completed in 22 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025