OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clockctl
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/mips/atheros/
ar5312.c
148
const uint32_t
clockctl
= GETSYSREG(AR5312_SYSREG_CLOCKCTL);
local in function:ar5312_get_freqs
151
predivisor = __SHIFTOUT(
clockctl
, AR2313_CLOCKCTL_PREDIVIDE);
152
multiplier = __SHIFTOUT(
clockctl
, AR2313_CLOCKCTL_MULTIPLIER);
154
predivisor = __SHIFTOUT(
clockctl
, AR5312_CLOCKCTL_PREDIVIDE);
155
multiplier = __SHIFTOUT(
clockctl
, AR5312_CLOCKCTL_MULTIPLIER);
156
if (
clockctl
& AR5312_CLOCKCTL_DOUBLER)
Completed in 11 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025