Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright (c) 2019 BayLibre, SAS.
0004  * Author: Jerome Brunet <jbrunet@baylibre.com>
0005  *
0006  */
0007 
0008 #ifndef _DT_BINDINGS_AMLOGIC_MESON_G12A_AUDIO_RESET_H
0009 #define _DT_BINDINGS_AMLOGIC_MESON_G12A_AUDIO_RESET_H
0010 
0011 #define AUD_RESET_PDM       0
0012 #define AUD_RESET_TDMIN_A   1
0013 #define AUD_RESET_TDMIN_B   2
0014 #define AUD_RESET_TDMIN_C   3
0015 #define AUD_RESET_TDMIN_LB  4
0016 #define AUD_RESET_LOOPBACK  5
0017 #define AUD_RESET_TODDR_A   6
0018 #define AUD_RESET_TODDR_B   7
0019 #define AUD_RESET_TODDR_C   8
0020 #define AUD_RESET_FRDDR_A   9
0021 #define AUD_RESET_FRDDR_B   10
0022 #define AUD_RESET_FRDDR_C   11
0023 #define AUD_RESET_TDMOUT_A  12
0024 #define AUD_RESET_TDMOUT_B  13
0025 #define AUD_RESET_TDMOUT_C  14
0026 #define AUD_RESET_SPDIFOUT  15
0027 #define AUD_RESET_SPDIFOUT_B    16
0028 #define AUD_RESET_SPDIFIN   17
0029 #define AUD_RESET_EQDRC     18
0030 #define AUD_RESET_RESAMPLE  19
0031 #define AUD_RESET_DDRARB    20
0032 #define AUD_RESET_POWDET    21
0033 #define AUD_RESET_TORAM     22
0034 #define AUD_RESET_TOACODEC  23
0035 #define AUD_RESET_TOHDMITX  24
0036 #define AUD_RESET_CLKTREE   25
0037 
0038 /* SM1 added resets */
0039 #define AUD_RESET_RESAMPLE_B    26
0040 #define AUD_RESET_TOVAD     27
0041 #define AUD_RESET_LOCKER    28
0042 #define AUD_RESET_SPDIFIN_LB    29
0043 #define AUD_RESET_FRATV     30
0044 #define AUD_RESET_FRHDMIRX  31
0045 #define AUD_RESET_FRDDR_D   32
0046 #define AUD_RESET_TODDR_D   33
0047 #define AUD_RESET_LOOPBACK_B    34
0048 #define AUD_RESET_EARCTX    35
0049 #define AUD_RESET_EARCRX    36
0050 #define AUD_RESET_FRDDR_E   37
0051 #define AUD_RESET_TODDR_E   38
0052 
0053 #endif