s5pv210-audss.h revision 270866
1262569Simp/*
2262569Simp * Copyright (c) 2014 Tomasz Figa <tomasz.figa@gmail.com>
3262569Simp *
4262569Simp * This program is free software; you can redistribute it and/or modify
5262569Simp * it under the terms of the GNU General Public License version 2 as
6262569Simp * published by the Free Software Foundation.
7262569Simp *
8262569Simp * This header provides constants for Samsung audio subsystem
9262569Simp * clock controller.
10262569Simp *
11262569Simp * The constants defined in this header are being used in dts
12262569Simp * and s5pv210 audss driver.
13262569Simp */
14262569Simp
15262569Simp#ifndef _DT_BINDINGS_CLOCK_S5PV210_AUDSS_H
16262569Simp#define _DT_BINDINGS_CLOCK_S5PV210_AUDSS_H
17262569Simp
18262569Simp#define CLK_MOUT_AUDSS		0
19262569Simp#define CLK_MOUT_I2S_A		1
20262569Simp
21262569Simp#define CLK_DOUT_AUD_BUS	2
22262569Simp#define CLK_DOUT_I2S_A		3
23262569Simp
24262569Simp#define CLK_I2S			4
25262569Simp#define CLK_HCLK_I2S		5
26262569Simp#define CLK_HCLK_UART		6
27262569Simp#define CLK_HCLK_HWA		7
28262569Simp#define CLK_HCLK_DMA		8
29262569Simp#define CLK_HCLK_BUF		9
30262569Simp#define CLK_HCLK_RP		10
31262569Simp
32262569Simp#define AUDSS_MAX_CLKS		11
33262569Simp
34262569Simp#endif
35262569Simp