Home
last modified time | relevance | path

Searched refs:clk_stm32_gate (Results 1 – 3 of 3) sorted by relevance

/drivers/clk/stm32/
Dclk-stm32mp13.c644 static struct clk_stm32_gate tim2_k = {
649 static struct clk_stm32_gate tim3_k = {
654 static struct clk_stm32_gate tim4_k = {
659 static struct clk_stm32_gate tim5_k = {
664 static struct clk_stm32_gate tim6_k = {
669 static struct clk_stm32_gate tim7_k = {
674 static struct clk_stm32_gate tim1_k = {
679 static struct clk_stm32_gate tim8_k = {
684 static struct clk_stm32_gate tim12_k = {
689 static struct clk_stm32_gate tim13_k = {
[all …]
Dclk-stm32-core.h103 struct clk_stm32_gate { struct
111 #define to_clk_stm32_gate(_hw) container_of(_hw, struct clk_stm32_gate, hw) argument
179 STM32_CLOCK_CFG(_binding, &(_clk), _sec_id, struct clk_stm32_gate *,\
Dclk-stm32-core.c284 struct clk_stm32_gate *gate = to_clk_stm32_gate(hw); in clk_stm32_gate_endisable()
308 struct clk_stm32_gate *gate = to_clk_stm32_gate(hw); in clk_stm32_gate_is_enabled()
315 struct clk_stm32_gate *gate = to_clk_stm32_gate(hw); in clk_stm32_gate_disable_unused()
640 struct clk_stm32_gate *gate = cfg->clock_cfg; in clk_stm32_gate_register()