Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/clk/stm32/
Dclk-stm32mp25.c153 static struct clk_stm32_gate ck_ker_ltdc;
482 static struct clk_stm32_gate ck_icn_p_adc12 = {
494 static struct clk_stm32_gate ck_icn_p_adc3 = {
507 static struct clk_stm32_gate ck_icn_p_adf1 = {
512 static struct clk_stm32_gate ck_ker_adf1 = {
518 static struct clk_stm32_gate ck_icn_p_cci = {
524 static struct clk_stm32_gate ck_icn_p_csi = {
529 static struct clk_stm32_gate ck_ker_csi = {
534 static struct clk_stm32_gate ck_ker_csitxesc = {
540 static struct clk_stm32_gate ck_ker_csiphy = {
[all …]
Dclk-stm32mp13.c646 static struct clk_stm32_gate tim2_k = {
651 static struct clk_stm32_gate tim3_k = {
656 static struct clk_stm32_gate tim4_k = {
661 static struct clk_stm32_gate tim5_k = {
666 static struct clk_stm32_gate tim6_k = {
671 static struct clk_stm32_gate tim7_k = {
676 static struct clk_stm32_gate tim1_k = {
681 static struct clk_stm32_gate tim8_k = {
686 static struct clk_stm32_gate tim12_k = {
691 static struct clk_stm32_gate tim13_k = {
[all …]
Dclk-stm32-core.h100 struct clk_stm32_gate { struct
108 #define to_clk_stm32_gate(_hw) container_of(_hw, struct clk_stm32_gate, hw) argument
176 STM32_CLOCK_CFG(_binding, &(_clk), _sec_id, struct clk_stm32_gate *,\
Dclk-stm32-core.c287 struct clk_stm32_gate *gate = to_clk_stm32_gate(hw); in clk_stm32_gate_endisable()
311 struct clk_stm32_gate *gate = to_clk_stm32_gate(hw); in clk_stm32_gate_is_enabled()
318 struct clk_stm32_gate *gate = to_clk_stm32_gate(hw); in clk_stm32_gate_disable_unused()
653 struct clk_stm32_gate *gate = cfg->clock_cfg; in clk_stm32_gate_register()