Searched refs:hw_gate (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/imx/ |
H A D | clk-lpcg-scu.c | 28 * @hw_gate: HW auto gate enable 36 bool hw_gate; member 53 if (clk->hw_gate) in clk_lpcg_scu_enable() 86 u8 bit_idx, bool hw_gate) in imx_clk_lpcg_scu() 99 clk->hw_gate = hw_gate; in imx_clk_lpcg_scu() 84 imx_clk_lpcg_scu(const char *name, const char *parent_name, unsigned long flags, void __iomem *reg, u8 bit_idx, bool hw_gate) imx_clk_lpcg_scu() argument
|
H A D | clk-scu.h | 31 u8 bit_idx, bool hw_gate);
|
H A D | clk-imx8qxp-lpcg.c | 29 * @hw_gate: whether supports HW autogate 40 bool hw_gate; member 206 lpcg->bit_idx, lpcg->hw_gate); in imx8qxp_lpcg_clk_probe()
|
/kernel/linux/linux-6.6/drivers/clk/imx/ |
H A D | clk-scu.h | 44 void __iomem *reg, u8 bit_idx, bool hw_gate); 65 void __iomem *reg, u8 bit_idx, bool hw_gate) in imx_clk_lpcg_scu_dev() 68 bit_idx, hw_gate); in imx_clk_lpcg_scu_dev() 73 u8 bit_idx, bool hw_gate) in imx_clk_lpcg_scu() 76 bit_idx, hw_gate); in imx_clk_lpcg_scu() 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) imx_clk_lpcg_scu_dev() 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) imx_clk_lpcg_scu() argument
|
H A D | clk-lpcg-scu.c | 28 * @hw_gate: HW auto gate enable 36 bool hw_gate; member 56 if (clk->hw_gate) in clk_lpcg_scu_enable() 89 void __iomem *reg, u8 bit_idx, bool hw_gate) in __imx_clk_lpcg_scu() 102 clk->hw_gate = hw_gate; in __imx_clk_lpcg_scu() 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) __imx_clk_lpcg_scu() argument
|
H A D | clk-imx8qxp-lpcg.c | 29 * @hw_gate: whether supports HW autogate 40 bool hw_gate; member 339 lpcg->bit_idx, lpcg->hw_gate); in imx8qxp_lpcg_clk_probe()
|
Completed in 2 milliseconds