Searched refs:clk_gate (Results 1 - 25 of 52) sorted by relevance

123

/linux-master/drivers/clk/socfpga/
H A Dclk-gate-a10.c45 u32 clk_gate[2]; local
59 rc = of_property_read_u32_array(node, "clk-gate", clk_gate, 2);
61 clk_gate[0] = 0;
63 if (clk_gate[0]) {
64 socfpga_clk->hw.reg = clk_mgr_a10_base_addr + clk_gate[0];
65 socfpga_clk->hw.bit_idx = clk_gate[1];
H A Dclk.h40 struct clk_gate hw;
44 struct clk_gate hw;
56 struct clk_gate hw;
H A Dclk-gate.c139 u32 clk_gate[2]; local
158 rc = of_property_read_u32_array(node, "clk-gate", clk_gate, 2);
160 clk_gate[0] = 0;
162 if (clk_gate[0]) {
163 socfpga_clk->hw.reg = clk_mgr_base_addr + clk_gate[0];
164 socfpga_clk->hw.bit_idx = clk_gate[1];
/linux-master/drivers/clk/imx/
H A Dclk-gate-exclusive.c20 * The imx exclusive gate clock is a subclass of basic clk_gate
25 struct clk_gate gate;
31 struct clk_gate *gate = to_clk_gate(hw);
62 struct clk_gate *gate;
H A Dclk-composite-7ulp.c29 struct clk_gate *gate = to_clk_gate(hw);
76 struct clk_gate *gate = NULL;
H A Dclk-composite-93.c48 struct clk_gate *gate = to_clk_gate(hw);
191 struct clk_gate *gate = NULL;
/linux-master/drivers/clk/sunxi/
H A Dclk-a10-hosc.c21 struct clk_gate *gate;
32 gate = kzalloc(sizeof(struct clk_gate), GFP_KERNEL);
H A Dclk-a20-gmac.c57 struct clk_gate *gate;
70 gate = kzalloc(sizeof(struct clk_gate), GFP_KERNEL);
H A Dclk-factors.h51 struct clk_gate *gate;
H A Dclk-a10-mod1.c25 struct clk_gate *gate;
H A Dclk-a10-pll2.c45 struct clk_gate *gate;
74 gate = kzalloc(sizeof(struct clk_gate), GFP_KERNEL);
H A Dclk-sun4i-pll3.c25 struct clk_gate *gate;
H A Dclk-sun8i-mbus.c31 struct clk_gate *gate;
H A Dclk-a10-ve.c89 struct clk_gate *gate;
/linux-master/drivers/clk/
H A Dclk-gate.c27 static inline u32 clk_gate_readl(struct clk_gate *gate)
35 static inline void clk_gate_writel(struct clk_gate *gate, u32 val)
58 struct clk_gate *gate = to_clk_gate(hw);
106 struct clk_gate *gate = to_clk_gate(hw);
135 struct clk_gate *gate;
163 /* struct clk_gate assignments */
202 struct clk_gate *gate;
218 struct clk_gate *gate;
H A Dclk-fsl-sai.c25 struct clk_gate gate;
H A Dclk-stm32f4.c514 struct clk_gate gate;
607 struct clk_gate *gate = to_clk_gate(hw);
633 struct clk_gate *gate = to_clk_gate(hw);
645 struct clk_gate *gate = to_clk_gate(hw);
662 struct clk_gate *gate = to_clk_gate(hw);
909 struct clk_gate gate;
917 struct clk_gate *gate = to_clk_gate(hw);
1059 struct clk_gate *gate;
1630 struct clk_gate *gate = NULL;
/linux-master/drivers/mmc/host/
H A Dmeson-mx-sdhc-clkc.c18 struct clk_gate mod_clk_en;
19 struct clk_gate tx_clk_en;
20 struct clk_gate rx_clk_en;
21 struct clk_gate sd_clk_en;
/linux-master/drivers/clk/ralink/
H A Dclk-mt7621.c100 struct mt7621_gate *clk_gate = to_mt7621_gate(hw); local
101 struct regmap *sysc = clk_gate->priv->sysc;
104 clk_gate->bit_idx, clk_gate->bit_idx);
109 struct mt7621_gate *clk_gate = to_mt7621_gate(hw); local
110 struct regmap *sysc = clk_gate->priv->sysc;
112 regmap_update_bits(sysc, SYSC_REG_CLKCFG1, clk_gate->bit_idx, 0);
117 struct mt7621_gate *clk_gate = to_mt7621_gate(hw); local
118 struct regmap *sysc = clk_gate->priv->sysc;
124 return val & clk_gate
[all...]
/linux-master/drivers/clk/renesas/
H A Drcar-cpg-lib.c128 struct clk_gate gate;
178 struct clk_gate gate;
/linux-master/drivers/clk/nxp/
H A Dclk-lpc18xx-ccu.c40 struct clk_gate gate;
136 struct clk_gate *gate = to_clk_gate(hw);
/linux-master/drivers/clk/st/
H A Dclk-flexgen.c37 struct clk_gate pgate;
41 struct clk_gate fgate;
45 struct clk_gate sync;
51 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw)
162 struct clk_gate *config = to_clk_gate(sync_hw);
/linux-master/drivers/clk/mmp/
H A Dclk-audio.c69 struct clk_gate sysclk_gate;
70 struct clk_gate sspa0_gate;
71 struct clk_gate sspa1_gate;
/linux-master/drivers/clk/pxa/
H A Dclk-pxa.h115 struct clk_gate gate;
/linux-master/drivers/clk/rockchip/
H A Dclk.c50 struct clk_gate *gate = NULL;
128 struct clk_gate gate;
216 struct clk_gate *gate = NULL;
321 struct clk_gate *gate = NULL;

Completed in 202 milliseconds

123