mtd: no need to check return value of debugfs_create functions
[linux/fpc-iii.git] / drivers / clk / berlin / berlin2-avpll.h
blobf3af34dc2beecce03de832cdca92cddae3f5add6
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Copyright (c) 2014 Marvell Technology Group Ltd.
5 * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6 * Alexandre Belloni <alexandre.belloni@free-electrons.com>
7 */
8 #ifndef __BERLIN2_AVPLL_H
9 #define __BERLIN2_AVPLL_H
11 #define BERLIN2_AVPLL_BIT_QUIRK BIT(0)
12 #define BERLIN2_AVPLL_SCRAMBLE_QUIRK BIT(1)
14 int berlin2_avpll_vco_register(void __iomem *base, const char *name,
15 const char *parent_name, u8 vco_flags, unsigned long flags);
17 int berlin2_avpll_channel_register(void __iomem *base, const char *name,
18 u8 index, const char *parent_name, u8 ch_flags,
19 unsigned long flags);
21 #endif /* __BERLIN2_AVPLL_H */