OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gate_mask
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/arm/sunxi/
sunxi_gates.c
43
#define
GATE_MASK
(index) __BIT((index) % 32)
126
const uint32_t
gate_mask
=
GATE_MASK
(gate->index);
local in function:sunxi_gates_clock_get_rate
128
if ((GATE_READ(sc, gate_reg) &
gate_mask
) == 0)
142
const uint32_t
gate_mask
=
GATE_MASK
(gate->index);
local in function:sunxi_gates_clock_enable
145
val |=
gate_mask
;
159
const uint32_t
gate_mask
=
GATE_MASK
(gate->index);
local in function:sunxi_gates_clock_disable
162
val &= ~
gate_mask
;
[
all
...]
sunxi_gates.c
43
#define
GATE_MASK
(index) __BIT((index) % 32)
126
const uint32_t
gate_mask
=
GATE_MASK
(gate->index);
local in function:sunxi_gates_clock_get_rate
128
if ((GATE_READ(sc, gate_reg) &
gate_mask
) == 0)
142
const uint32_t
gate_mask
=
GATE_MASK
(gate->index);
local in function:sunxi_gates_clock_enable
145
val |=
gate_mask
;
159
const uint32_t
gate_mask
=
GATE_MASK
(gate->index);
local in function:sunxi_gates_clock_disable
162
val &= ~
gate_mask
;
[
all
...]
/src/sys/arch/arm/rockchip/
rk_cru.h
281
uint32_t
gate_mask
;
member in struct:rk_cru_composite
311
.u.composite.
gate_mask
= (_gate_mask), \
rk_cru.h
281
uint32_t
gate_mask
;
member in struct:rk_cru_composite
311
.u.composite.
gate_mask
= (_gate_mask), \
Completed in 22 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025