Searched refs:CLK_NUM (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/sound/soc/mediatek/mt6797/ |
H A D | mt6797-afe-clk.c | 21 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()
|
/openbmc/linux/drivers/gpu/drm/sun4i/ |
H A D | sun8i_tcon_top.c | 140 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 D | sun8i_tcon_top.h | 24 #define CLK_NUM 3 macro
|
/openbmc/linux/sound/soc/mediatek/mt7986/ |
H A D | mt7986-afe-pcm.c | 44 CLK_NUM enumerator 47 static const char *aud_clks[CLK_NUM] = { 326 afe_priv->clks = devm_kcalloc(afe->dev, CLK_NUM, in mt7986_init_clock() 330 afe_priv->num_clks = CLK_NUM; in mt7986_init_clock()
|
/openbmc/linux/sound/soc/mediatek/mt8183/ |
H A D | mt8183-afe-clk.c | 51 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()
|
/openbmc/linux/sound/soc/mediatek/mt8186/ |
H A D | mt8186-afe-clk.h | 78 CLK_NUM enumerator
|
H A D | mt8186-afe-clk.c | 16 static const char *aud_clks[CLK_NUM] = { 604 afe_priv->clk = devm_kcalloc(afe->dev, CLK_NUM, sizeof(*afe_priv->clk), in mt8186_init_clock() 609 for (i = 0; i < CLK_NUM; i++) { in mt8186_init_clock()
|
/openbmc/linux/drivers/iommu/arm/arm-smmu/ |
H A D | qcom_iommu.c | 41 CLK_NUM, enumerator 50 struct clk_bulk_data clks[CLK_NUM]; 867 return clk_bulk_prepare_enable(CLK_NUM, qcom_iommu->clks); in qcom_iommu_resume() 874 clk_bulk_disable_unprepare(CLK_NUM, qcom_iommu->clks); in qcom_iommu_suspend()
|
/openbmc/linux/sound/soc/mediatek/mt8192/ |
H A D | mt8192-afe-clk.h | 218 CLK_NUM enumerator
|
H A D | mt8192-afe-clk.c | 17 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()
|