Searched refs:CCM_CSCDR1 (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/clk/imx/ |
D | clk-vf610.c | 19 #define CCM_CSCDR1 (ccm_base + 0x14) macro 149 cscdr1 = readl_relaxed(CCM_CSCDR1); in vf610_clk_suspend() 166 writel_relaxed(cscdr1, CCM_CSCDR1); in vf610_clk_resume() 308 clk[VF610_CLK_ENET] = imx_clk_gate("enet", "enet_sel", CCM_CSCDR1, 24); in vf610_clocks_init() 309 clk[VF610_CLK_ENET_TS] = imx_clk_gate("enet_ts", "enet_ts_sel", CCM_CSCDR1, 23); in vf610_clocks_init() 353 clk[VF610_CLK_FTM0_EXT_FIX_EN] = imx_clk_gate("ftm0_ext_fix_en", "dummy", CCM_CSCDR1, 25); in vf610_clocks_init() 356 clk[VF610_CLK_FTM1_EXT_FIX_EN] = imx_clk_gate("ftm1_ext_fix_en", "dummy", CCM_CSCDR1, 26); in vf610_clocks_init() 359 clk[VF610_CLK_FTM2_EXT_FIX_EN] = imx_clk_gate("ftm2_ext_fix_en", "dummy", CCM_CSCDR1, 27); in vf610_clocks_init() 362 clk[VF610_CLK_FTM3_EXT_FIX_EN] = imx_clk_gate("ftm3_ext_fix_en", "dummy", CCM_CSCDR1, 28); in vf610_clocks_init() 388 clk[VF610_CLK_SAI0_EN] = imx_clk_gate("sai0_en", "sai0_sel", CCM_CSCDR1, 16); in vf610_clocks_init() [all …]
|