Searched refs:share_count_audio (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/clk/imx/ |
D | clk-imx8mp.c | 21 static u32 share_count_audio; variable 699 … imx_clk_hw_gate2_shared2("audio_ahb_root", "audio_ahb", ccm_base + 0x4650, 0, &share_count_audio); in imx8mp_clocks_probe() 700 … imx_clk_hw_gate2_shared2("audio_axi_root", "audio_axi", ccm_base + 0x4650, 0, &share_count_audio); in imx8mp_clocks_probe() 701 …I1_ROOT] = imx_clk_hw_gate2_shared2("sai1_root", "sai1", ccm_base + 0x4650, 0, &share_count_audio); in imx8mp_clocks_probe() 702 …I2_ROOT] = imx_clk_hw_gate2_shared2("sai2_root", "sai2", ccm_base + 0x4650, 0, &share_count_audio); in imx8mp_clocks_probe() 703 …I3_ROOT] = imx_clk_hw_gate2_shared2("sai3_root", "sai3", ccm_base + 0x4650, 0, &share_count_audio); in imx8mp_clocks_probe() 704 …I5_ROOT] = imx_clk_hw_gate2_shared2("sai5_root", "sai5", ccm_base + 0x4650, 0, &share_count_audio); in imx8mp_clocks_probe() 705 …I6_ROOT] = imx_clk_hw_gate2_shared2("sai6_root", "sai6", ccm_base + 0x4650, 0, &share_count_audio); in imx8mp_clocks_probe() 706 …I7_ROOT] = imx_clk_hw_gate2_shared2("sai7_root", "sai7", ccm_base + 0x4650, 0, &share_count_audio); in imx8mp_clocks_probe() 707 …_PDM_ROOT] = imx_clk_hw_gate2_shared2("pdm_root", "pdm", ccm_base + 0x4650, 0, &share_count_audio); in imx8mp_clocks_probe()
|
D | clk-imx6sll.c | 74 static u32 share_count_audio; variable 318 …imx_clk_hw_gate2_shared("extern_audio", "extern_audio_podf", base + 0x7c, 14, &share_count_audio); in imx6sll_clocks_init() 319 …CLK_SPDIF] = imx_clk_hw_gate2_shared("spdif", "spdif_podf", base + 0x7c, 14, &share_count_audio); in imx6sll_clocks_init() 320 …K_SPDIF_GCLK] = imx_clk_hw_gate2_shared("spdif_gclk", "ipg", base + 0x7c, 14, &share_count_audio); in imx6sll_clocks_init()
|
D | clk-imx6sx.c | 112 static u32 share_count_audio; variable 452 … = imx_clk_hw_gate2_shared("audio", "audio_podf", base + 0x7c, 14, &share_count_audio); in imx6sx_clocks_init() 453 … = imx_clk_hw_gate2_shared("spdif", "spdif_podf", base + 0x7c, 14, &share_count_audio); in imx6sx_clocks_init() 454 …K] = imx_clk_hw_gate2_shared("spdif_gclk", "ipg", base + 0x7c, 14, &share_count_audio); in imx6sx_clocks_init()
|
D | clk-imx6ul.c | 112 static u32 share_count_audio; variable 451 …CLK_SPDIF] = imx_clk_hw_gate2_shared("spdif", "spdif_podf", base + 0x7c, 14, &share_count_audio); in imx6ul_clocks_init() 452 …K_SPDIF_GCLK] = imx_clk_hw_gate2_shared("spdif_gclk", "ipg", base + 0x7c, 14, &share_count_audio); in imx6ul_clocks_init()
|