Home | History | Annotate | Line # | Download | only in clock
      1      1.1  jmcneill /*	$NetBSD: s5pv210-audss.h,v 1.1.1.2 2020/01/03 14:33:04 skrll Exp $	*/
      2      1.1  jmcneill 
      3  1.1.1.2     skrll /* SPDX-License-Identifier: GPL-2.0-only */
      4      1.1  jmcneill /*
      5      1.1  jmcneill  * Copyright (c) 2014 Tomasz Figa <tomasz.figa (at) gmail.com>
      6      1.1  jmcneill  *
      7      1.1  jmcneill  * This header provides constants for Samsung audio subsystem
      8      1.1  jmcneill  * clock controller.
      9      1.1  jmcneill  *
     10      1.1  jmcneill  * The constants defined in this header are being used in dts
     11      1.1  jmcneill  * and s5pv210 audss driver.
     12      1.1  jmcneill  */
     13      1.1  jmcneill 
     14      1.1  jmcneill #ifndef _DT_BINDINGS_CLOCK_S5PV210_AUDSS_H
     15      1.1  jmcneill #define _DT_BINDINGS_CLOCK_S5PV210_AUDSS_H
     16      1.1  jmcneill 
     17      1.1  jmcneill #define CLK_MOUT_AUDSS		0
     18      1.1  jmcneill #define CLK_MOUT_I2S_A		1
     19      1.1  jmcneill 
     20      1.1  jmcneill #define CLK_DOUT_AUD_BUS	2
     21      1.1  jmcneill #define CLK_DOUT_I2S_A		3
     22      1.1  jmcneill 
     23      1.1  jmcneill #define CLK_I2S			4
     24      1.1  jmcneill #define CLK_HCLK_I2S		5
     25      1.1  jmcneill #define CLK_HCLK_UART		6
     26      1.1  jmcneill #define CLK_HCLK_HWA		7
     27      1.1  jmcneill #define CLK_HCLK_DMA		8
     28      1.1  jmcneill #define CLK_HCLK_BUF		9
     29      1.1  jmcneill #define CLK_HCLK_RP		10
     30      1.1  jmcneill 
     31      1.1  jmcneill #define AUDSS_MAX_CLKS		11
     32      1.1  jmcneill 
     33      1.1  jmcneill #endif
     34