Home
last modified time | relevance | path

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

/linux-6.15/drivers/clk/stm32/
H A Dclk-stm32mp25.c153 static struct clk_stm32_gate ck_ker_ltdc;
512 static struct clk_stm32_gate ck_ker_adf1 = {
529 static struct clk_stm32_gate ck_ker_csi = {
577 static struct clk_stm32_gate ck_ker_ltdc = {
641 static struct clk_stm32_gate ck_ker_eth1 = {
676 static struct clk_stm32_gate ck_ker_eth2 = {
745 static struct clk_stm32_gate ck_ker_gpu = {
803 static struct clk_stm32_gate ck_ker_i2c1 = {
808 static struct clk_stm32_gate ck_ker_i2c2 = {
813 static struct clk_stm32_gate ck_ker_i2c3 = {
[all …]
H A Dclk-stm32mp13.c717 static struct clk_stm32_gate sai1 = {
722 static struct clk_stm32_gate sai2 = {
732 static struct clk_stm32_gate vref = {
737 static struct clk_stm32_gate dts = {
747 static struct clk_stm32_gate hdp = {
807 static struct clk_stm32_gate tsc = {
817 static struct clk_stm32_gate tzpc = {
827 static struct clk_stm32_gate bsec = {
832 static struct clk_stm32_gate dma1 = {
837 static struct clk_stm32_gate dma2 = {
[all …]
H A 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 *,\
H A 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()