File: amlogic%2Cmeson-a1-audio-reset.h

package info (click to toggle)
linux 6.16.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,724,576 kB
  • sloc: ansic: 26,558,545; asm: 271,315; sh: 143,998; python: 72,469; makefile: 57,126; perl: 36,821; xml: 19,553; cpp: 5,820; yacc: 4,915; lex: 2,955; awk: 1,667; sed: 28; ruby: 25
file content (36 lines) | stat: -rw-r--r-- 1,018 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
/*
 * Copyright (c) 2024, SaluteDevices. All Rights Reserved.
 *
 * Author: Jan Dakinevich <jan.dakinevich@salutedevices.com>
 */

#ifndef _DT_BINDINGS_AMLOGIC_MESON_A1_AUDIO_RESET_H
#define _DT_BINDINGS_AMLOGIC_MESON_A1_AUDIO_RESET_H

#define AUD_RESET_DDRARB	0
#define AUD_RESET_TDMIN_A	1
#define AUD_RESET_TDMIN_B	2
#define AUD_RESET_TDMIN_LB	3
#define AUD_RESET_LOOPBACK	4
#define AUD_RESET_TDMOUT_A	5
#define AUD_RESET_TDMOUT_B	6
#define AUD_RESET_FRDDR_A	7
#define AUD_RESET_FRDDR_B	8
#define AUD_RESET_TODDR_A	9
#define AUD_RESET_TODDR_B	10
#define AUD_RESET_SPDIFIN	11
#define AUD_RESET_RESAMPLE	12
#define AUD_RESET_EQDRC		13
#define AUD_RESET_LOCKER	14
#define AUD_RESET_TOACODEC	30
#define AUD_RESET_CLKTREE	31

#define AUD_VAD_RESET_DDRARB	0
#define AUD_VAD_RESET_PDM	1
#define AUD_VAD_RESET_TDMIN_VAD	2
#define AUD_VAD_RESET_TODDR_VAD	3
#define AUD_VAD_RESET_TOVAD	4
#define AUD_VAD_RESET_CLKTREE	5

#endif /* _DT_BINDINGS_AMLOGIC_MESON_A1_AUDIO_RESET_H */