OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpuclk
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/arm/amlogic/
meson_platform.c
348
uint32_t pwr_sts, pwr_cntl0, pwr_cntl1,
cpuclk
, mempd0;
local
368
cpuclk
= bus_space_read_4(bst, cbus_bsh, MESON_CBUS_CPU_CLK_CNTL_REG);
369
cpuclk
|= (1 << (24 + cpuno));
370
bus_space_write_4(bst, cbus_bsh, MESON_CBUS_CPU_CLK_CNTL_REG,
cpuclk
);
394
cpuclk
= bus_space_read_4(bst, cbus_bsh, MESON_CBUS_CPU_CLK_CNTL_REG);
395
cpuclk
&= ~(1 << (24 + cpuno));
396
bus_space_write_4(bst, cbus_bsh, MESON_CBUS_CPU_CLK_CNTL_REG,
cpuclk
);
Completed in 24 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026