OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:egate
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/samsung/
exynos5410_clock.c
699
struct exynos_gate_clk *
egate
= &eclk->u.gate;
local in function:exynos5410_clock_enable_gate
703
uint32_t v = CLOCK_READ(sc,
egate
->reg);
705
v |=
egate
->bits;
707
v &= ~
egate
->bits;
709
CLOCK_WRITE(sc,
egate
->reg, v);
exynos5422_clock.c
876
struct exynos_gate_clk *
egate
= &eclk->u.gate;
local in function:exynos5422_clock_enable_gate
880
uint32_t v = CLOCK_READ(sc,
egate
->reg);
882
v |=
egate
->bits;
884
v &= ~
egate
->bits;
886
CLOCK_WRITE(sc,
egate
->reg, v);
Completed in 42 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025