Home
last modified time | relevance | path

Searched refs:CLK_NUM (Results 1 – 7 of 7) sorted by relevance

/linux/sound/soc/mediatek/mt6797/
H A Dmt6797-afe-clk.c21 CLK_NUM enumerator
24 static const char *aud_clks[CLK_NUM] = {
39 afe_priv->clk = devm_kcalloc(afe->dev, CLK_NUM, sizeof(*afe_priv->clk), in mt6797_init_clock()
44 for (i = 0; i < CLK_NUM; i++) { in mt6797_init_clock()
/linux/drivers/gpu/drm/sun4i/
H A Dsun8i_tcon_top.c140 clk_data = devm_kzalloc(dev, struct_size(clk_data, hws, CLK_NUM), in sun8i_tcon_top_bind()
144 clk_data->num = CLK_NUM; in sun8i_tcon_top_bind()
211 for (i = 0; i < CLK_NUM; i++) in sun8i_tcon_top_bind()
227 for (i = 0; i < CLK_NUM; i++) in sun8i_tcon_top_bind()
245 for (i = 0; i < CLK_NUM; i++) in sun8i_tcon_top_unbind()
H A Dsun8i_tcon_top.h24 #define CLK_NUM 3 macro
/linux/sound/soc/mediatek/mt8183/
H A Dmt8183-afe-clk.c51 CLK_NUM enumerator
54 static const char *aud_clks[CLK_NUM] = {
97 afe_priv->clk = devm_kcalloc(afe->dev, CLK_NUM, sizeof(*afe_priv->clk), in mt8183_init_clock()
102 for (i = 0; i < CLK_NUM; i++) { in mt8183_init_clock()
/linux/drivers/iommu/arm/arm-smmu/
H A Dqcom_iommu.c41 CLK_NUM, enumerator
50 struct clk_bulk_data clks[CLK_NUM];
893 ret = clk_bulk_prepare_enable(CLK_NUM, qcom_iommu->clks); in qcom_iommu_resume()
907 clk_bulk_disable_unprepare(CLK_NUM, qcom_iommu->clks); in qcom_iommu_suspend()
/linux/sound/soc/mediatek/mt8192/
H A Dmt8192-afe-clk.c17 static const char *aud_clks[CLK_NUM] = {
625 afe_priv->clk = devm_kcalloc(afe->dev, CLK_NUM, sizeof(*afe_priv->clk), in mt8192_init_clock()
630 for (i = 0; i < CLK_NUM; i++) { in mt8192_init_clock()
H A Dmt8192-afe-clk.h218 CLK_NUM enumerator