Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/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
/openbmc/linux/sound/soc/mediatek/mt7986/
H A Dmt7986-afe-pcm.c44 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 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()
/openbmc/linux/sound/soc/mediatek/mt8186/
H A Dmt8186-afe-clk.h78 CLK_NUM enumerator
H A Dmt8186-afe-clk.c16 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 Dqcom_iommu.c41 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 Dmt8192-afe-clk.h218 CLK_NUM enumerator
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()