OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpudiv
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/mips/atheros/
ar5315.c
196
uint32_t
cpudiv
= AR5315_CLOCKCTL_DIV(cpu_clkctl);
local in function:ar5315_get_freqs
197
cpudiv
=
cpudiv
? (
cpudiv
* 2) : 1;
198
freqs->freq_cpu = pllout[AR5315_CLOCKCTL_SELECT(cpu_clkctl)] /
cpudiv
;
ar5315.c
196
uint32_t
cpudiv
= AR5315_CLOCKCTL_DIV(cpu_clkctl);
local in function:ar5315_get_freqs
197
cpudiv
=
cpudiv
? (
cpudiv
* 2) : 1;
198
freqs->freq_cpu = pllout[AR5315_CLOCKCTL_SELECT(cpu_clkctl)] /
cpudiv
;
ar5315.c
196
uint32_t
cpudiv
= AR5315_CLOCKCTL_DIV(cpu_clkctl);
local in function:ar5315_get_freqs
197
cpudiv
=
cpudiv
? (
cpudiv
* 2) : 1;
198
freqs->freq_cpu = pllout[AR5315_CLOCKCTL_SELECT(cpu_clkctl)] /
cpudiv
;
Completed in 31 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025