Searched refs:share_count_pdm (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/clk/imx/ |
D | clk-imx8mn.c | 24 static u32 share_count_pdm; variable 574 …LK_PDM_ROOT] = imx_clk_hw_gate2_shared2("pdm_root_clk", "pdm", base + 0x45b0, 0, &share_count_pdm); in imx8mn_clocks_probe() 575 …] = imx_clk_hw_gate2_shared2("pdm_ipg_clk", "ipg_audio_root", base + 0x45b0, 0, &share_count_pdm); in imx8mn_clocks_probe()
|
D | clk-imx8mm.c | 25 static u32 share_count_pdm; variable 578 …LK_PDM_ROOT] = imx_clk_hw_gate2_shared2("pdm_root_clk", "pdm", base + 0x45b0, 0, &share_count_pdm); in imx8mm_clocks_probe() 579 …] = imx_clk_hw_gate2_shared2("pdm_ipg_clk", "ipg_audio_root", base + 0x45b0, 0, &share_count_pdm); in imx8mm_clocks_probe()
|