Searched refs:hw_gate (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/clk/imx/
H A Dclk-scu.h44 void __iomem *reg, u8 bit_idx, bool hw_gate);
65 void __iomem *reg, u8 bit_idx, bool hw_gate)
68 bit_idx, hw_gate);
73 u8 bit_idx, bool hw_gate)
76 bit_idx, hw_gate);
63 imx_clk_lpcg_scu_dev(struct device *dev, const char *name, const char *parent_name, unsigned long flags, void __iomem *reg, u8 bit_idx, bool hw_gate) argument
71 imx_clk_lpcg_scu(const char *name, const char *parent_name, unsigned long flags, void __iomem *reg, u8 bit_idx, bool hw_gate) argument
H A Dclk-lpcg-scu.c28 * @hw_gate: HW auto gate enable
36 bool hw_gate; member in struct:clk_lpcg_scu
56 if (clk->hw_gate)
89 void __iomem *reg, u8 bit_idx, bool hw_gate)
102 clk->hw_gate = hw_gate;
87 __imx_clk_lpcg_scu(struct device *dev, const char *name, const char *parent_name, unsigned long flags, void __iomem *reg, u8 bit_idx, bool hw_gate) argument
H A Dclk-imx8qxp-lpcg.c29 * @hw_gate: whether supports HW autogate
40 bool hw_gate; member in struct:imx8qxp_lpcg_data
339 lpcg->bit_idx, lpcg->hw_gate);

Completed in 259 milliseconds