drm/tests: hdmi: Fix memory leaks in drm_display_mode_from_cea_vic()
[drm/drm-misc.git] / drivers / clk / nuvoton / clk-ma35d1.h
blob3adee440f60a359e1382944f4bb7f99df49778e7
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Copyright (C) 2023 Nuvoton Technology Corp.
4 * Author: Chi-Fang Li <cfli0@nuvoton.com>
5 */
7 #ifndef __DRV_CLK_NUVOTON_MA35D1_H
8 #define __DRV_CLK_NUVOTON_MA35D1_H
10 struct clk_hw *ma35d1_reg_clk_pll(struct device *dev, u32 id, u8 u8mode, const char *name,
11 struct clk_hw *parent_hw, void __iomem *base);
13 struct clk_hw *ma35d1_reg_adc_clkdiv(struct device *dev, const char *name,
14 struct clk_hw *parent_hw, spinlock_t *lock,
15 unsigned long flags, void __iomem *reg,
16 u8 shift, u8 width, u32 mask_bit);
18 #endif /* __DRV_CLK_NUVOTON_MA35D1_H */