Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */
0002 /*
0003  * Output definitions for the MStar/SigmaStar MPLL
0004  *
0005  * Copyright (C) 2020 Daniel Palmer <daniel@thingy.jp>
0006  */
0007 
0008 #ifndef _DT_BINDINGS_CLOCK_MSTAR_MSC313_MPLL_H
0009 #define _DT_BINDINGS_CLOCK_MSTAR_MSC313_MPLL_H
0010 
0011 #define MSTAR_MSC313_MPLL_DIV2  1
0012 #define MSTAR_MSC313_MPLL_DIV3  2
0013 #define MSTAR_MSC313_MPLL_DIV4  3
0014 #define MSTAR_MSC313_MPLL_DIV5  4
0015 #define MSTAR_MSC313_MPLL_DIV6  5
0016 #define MSTAR_MSC313_MPLL_DIV7  6
0017 #define MSTAR_MSC313_MPLL_DIV10 7
0018 
0019 #endif