Home | History | Annotate | Line # | Download | only in clock
      1  1.1  jmcneill /*	$NetBSD: mstar-msc313-mpll.h,v 1.1.1.1 2021/11/07 16:49:59 jmcneill Exp $	*/
      2  1.1  jmcneill 
      3  1.1  jmcneill /* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */
      4  1.1  jmcneill /*
      5  1.1  jmcneill  * Output definitions for the MStar/SigmaStar MPLL
      6  1.1  jmcneill  *
      7  1.1  jmcneill  * Copyright (C) 2020 Daniel Palmer <daniel (at) thingy.jp>
      8  1.1  jmcneill  */
      9  1.1  jmcneill 
     10  1.1  jmcneill #ifndef _DT_BINDINGS_CLOCK_MSTAR_MSC313_MPLL_H
     11  1.1  jmcneill #define _DT_BINDINGS_CLOCK_MSTAR_MSC313_MPLL_H
     12  1.1  jmcneill 
     13  1.1  jmcneill #define MSTAR_MSC313_MPLL_DIV2	1
     14  1.1  jmcneill #define MSTAR_MSC313_MPLL_DIV3	2
     15  1.1  jmcneill #define MSTAR_MSC313_MPLL_DIV4	3
     16  1.1  jmcneill #define MSTAR_MSC313_MPLL_DIV5	4
     17  1.1  jmcneill #define MSTAR_MSC313_MPLL_DIV6	5
     18  1.1  jmcneill #define MSTAR_MSC313_MPLL_DIV7	6
     19  1.1  jmcneill #define MSTAR_MSC313_MPLL_DIV10	7
     20  1.1  jmcneill 
     21  1.1  jmcneill #endif
     22