Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright (c) 2014 Marvell Technology Group Ltd.
0004  *
0005  * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
0006  * Alexandre Belloni <alexandre.belloni@free-electrons.com>
0007  */
0008 #ifndef __BERLIN2_AVPLL_H
0009 #define __BERLIN2_AVPLL_H
0010 
0011 #define BERLIN2_AVPLL_BIT_QUIRK     BIT(0)
0012 #define BERLIN2_AVPLL_SCRAMBLE_QUIRK    BIT(1)
0013 
0014 int berlin2_avpll_vco_register(void __iomem *base, const char *name,
0015        const char *parent_name, u8 vco_flags, unsigned long flags);
0016 
0017 int berlin2_avpll_channel_register(void __iomem *base, const char *name,
0018                u8 index, const char *parent_name, u8 ch_flags,
0019                unsigned long flags);
0020 
0021 #endif /* __BERLIN2_AVPLL_H */