Home
last modified time | relevance | path

Searched refs:stm32mp1_clk_gate (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/st/clk/
Dstm32mp1_clk.c237 struct stm32mp1_clk_gate { struct
342 #define NB_GATES ARRAY_SIZE(stm32mp1_clk_gate)
347 static const struct stm32mp1_clk_gate stm32mp1_clk_gate[] = { variable
640 static const struct stm32mp1_clk_gate *gate_ref(unsigned int idx) in gate_ref()
642 return &stm32mp1_clk_gate[idx]; in gate_ref()
646 static bool gate_is_non_secure(const struct stm32mp1_clk_gate *gate) in gate_is_non_secure()
1052 static void __clk_enable(struct stm32mp1_clk_gate const *gate) in __clk_enable()
1065 static void __clk_disable(struct stm32mp1_clk_gate const *gate) in __clk_disable()
1079 static bool __clk_is_enabled(struct stm32mp1_clk_gate const *gate) in __clk_is_enabled()
1116 const struct stm32mp1_clk_gate *gate; in __stm32mp1_clk_enable()
[all …]
/aosp_15_r20/external/arm-trusted-firmware/drivers/st/clk/
H A Dstm32mp1_clk.c239 struct stm32mp1_clk_gate { struct
339 #define NB_GATES ARRAY_SIZE(stm32mp1_clk_gate)
341 static const struct stm32mp1_clk_gate stm32mp1_clk_gate[] = { variable
626 static const struct stm32mp1_clk_gate *gate_ref(unsigned int idx) in gate_ref()
628 return &stm32mp1_clk_gate[idx]; in gate_ref()
1031 static void __clk_enable(struct stm32mp1_clk_gate const *gate) in __clk_enable()
1044 static void __clk_disable(struct stm32mp1_clk_gate const *gate) in __clk_disable()
1058 static bool __clk_is_enabled(struct stm32mp1_clk_gate const *gate) in __clk_is_enabled()
1106 const struct stm32mp1_clk_gate *gate; in __stm32mp1_clk_enable()
1134 const struct stm32mp1_clk_gate *gate; in __stm32mp1_clk_disable()