Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clk/imx/
H A Dclk-lpcg-scu.c36 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() argument
99 clk->hw_gate = hw_gate; in imx_clk_lpcg_scu()
H A Dclk-imx8qxp-lpcg.c40 bool hw_gate; member
206 lpcg->bit_idx, lpcg->hw_gate); in imx8qxp_lpcg_clk_probe()
H A Dclk-scu.h31 u8 bit_idx, bool hw_gate);