the repository.
summaryrefslogtreecommitdiffstats
path: root/include/mc13783.h
blob: 3b20591a88cac2e2d6fcb2919a6290ba72516335 (plain)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
/*
 * (C) Copyright 2011
 * Helmut Raiger, HALE electronic GmbH, helmut.raiger@hale.at
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */


#ifndef __MC13783_H__
#define __MC13783_H__

/* REG_MODE_0 */
#define VAUDIOEN	(1 << 0)
#define VAUDIOSTBY	(1 << 1)
#define VAUDIOMODE	(1 << 2)
#define VIOHIEN		(1 << 3)
#define VIOHISTBY	(1 << 4)
#define VIOHIMODE	(1 << 5)
#define VIOLOEN		(1 << 6)
#define VIOLOSTBY	(1 << 7)
#define VIOLOMODE	(1 << 8)
#define VDIGEN 		(1 << 9)
#define VDIGSTBY	(1 << 10)
#define VDIGMODE	(1 << 11)
#define VGENEN		(1 << 12)