Home | History | Annotate | Line # | Download | only in clock
      1      1.1  jmcneill /*	$NetBSD: qcom,lcc-mdm9615.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, The Linux Foundation. All rights reserved.
      6      1.1  jmcneill  * Copyright (c) BayLibre, SAS.
      7      1.1  jmcneill  * Author : Neil Armstrong <narmstrong (at) baylibre.com>
      8      1.1  jmcneill  */
      9      1.1  jmcneill 
     10      1.1  jmcneill #ifndef _DT_BINDINGS_CLK_LCC_MDM9615_H
     11      1.1  jmcneill #define _DT_BINDINGS_CLK_LCC_MDM9615_H
     12      1.1  jmcneill 
     13      1.1  jmcneill #define PLL4				0
     14      1.1  jmcneill #define MI2S_OSR_SRC			1
     15      1.1  jmcneill #define MI2S_OSR_CLK			2
     16      1.1  jmcneill #define MI2S_DIV_CLK			3
     17      1.1  jmcneill #define MI2S_BIT_DIV_CLK		4
     18      1.1  jmcneill #define MI2S_BIT_CLK			5
     19      1.1  jmcneill #define PCM_SRC				6
     20      1.1  jmcneill #define PCM_CLK_OUT			7
     21      1.1  jmcneill #define PCM_CLK				8
     22      1.1  jmcneill #define SLIMBUS_SRC			9
     23      1.1  jmcneill #define AUDIO_SLIMBUS_CLK		10
     24      1.1  jmcneill #define SPS_SLIMBUS_CLK			11
     25      1.1  jmcneill #define CODEC_I2S_MIC_OSR_SRC		12
     26      1.1  jmcneill #define CODEC_I2S_MIC_OSR_CLK		13
     27      1.1  jmcneill #define CODEC_I2S_MIC_DIV_CLK		14
     28      1.1  jmcneill #define CODEC_I2S_MIC_BIT_DIV_CLK	15
     29      1.1  jmcneill #define CODEC_I2S_MIC_BIT_CLK		16
     30      1.1  jmcneill #define SPARE_I2S_MIC_OSR_SRC		17
     31      1.1  jmcneill #define SPARE_I2S_MIC_OSR_CLK		18
     32      1.1  jmcneill #define SPARE_I2S_MIC_DIV_CLK		19
     33      1.1  jmcneill #define SPARE_I2S_MIC_BIT_DIV_CLK	20
     34      1.1  jmcneill #define SPARE_I2S_MIC_BIT_CLK		21
     35      1.1  jmcneill #define CODEC_I2S_SPKR_OSR_SRC		22
     36      1.1  jmcneill #define CODEC_I2S_SPKR_OSR_CLK		23
     37      1.1  jmcneill #define CODEC_I2S_SPKR_DIV_CLK		24
     38      1.1  jmcneill #define CODEC_I2S_SPKR_BIT_DIV_CLK	25
     39      1.1  jmcneill #define CODEC_I2S_SPKR_BIT_CLK		26
     40      1.1  jmcneill #define SPARE_I2S_SPKR_OSR_SRC		27
     41      1.1  jmcneill #define SPARE_I2S_SPKR_OSR_CLK		28
     42      1.1  jmcneill #define SPARE_I2S_SPKR_DIV_CLK		29
     43      1.1  jmcneill #define SPARE_I2S_SPKR_BIT_DIV_CLK	30
     44      1.1  jmcneill #define SPARE_I2S_SPKR_BIT_CLK		31
     45      1.1  jmcneill 
     46      1.1  jmcneill #endif
     47