Searched refs:share_count_pdm (Results 1 – 3 of 3) sorted by relevance
| /drivers/clk/imx/ |
| A D | clk-imx93.c | 40 static u32 share_count_pdm; variable 251 { IMX93_CLK_PDM_GATE, "pdm", "pdm_root", 0x9ac0, 0, &share_count_pdm}, 252 { IMX93_CLK_PDM_IPG, "pdm_ipg_clk", "bus_aon_root", 0x9ac0, 0, &share_count_pdm},
|
| A 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()
|
| A 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()
|
Completed in 15 milliseconds