Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/stm32/
H A Dclk-stm32mp13.c715 static struct clk_stm32_gate sai1 = {
720 static struct clk_stm32_gate sai2 = {
730 static struct clk_stm32_gate vref = {
735 static struct clk_stm32_gate dts = {
745 static struct clk_stm32_gate hdp = {
805 static struct clk_stm32_gate tsc = {
815 static struct clk_stm32_gate tzpc = {
825 static struct clk_stm32_gate bsec = {
830 static struct clk_stm32_gate dma1 = {
835 static struct clk_stm32_gate dma2 = {
[all …]
H A 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 *,\
H A Dclk-stm32-core.c285 struct clk_stm32_gate *gate = to_clk_stm32_gate(hw); in clk_stm32_gate_endisable()
309 struct clk_stm32_gate *gate = to_clk_stm32_gate(hw); in clk_stm32_gate_is_enabled()
316 struct clk_stm32_gate *gate = to_clk_stm32_gate(hw); in clk_stm32_gate_disable_unused()
651 struct clk_stm32_gate *gate = cfg->clock_cfg; in clk_stm32_gate_register()