1 /* SPDX-License-Identifier: GPL-2.0-only */ << 2 /* 1 /* 3 * Copyright (c) 2014 Tomasz Figa <tomasz.figa 2 * Copyright (c) 2014 Tomasz Figa <tomasz.figa@gmail.com> >> 3 * >> 4 * This program is free software; you can redistribute it and/or modify >> 5 * it under the terms of the GNU General Public License version 2 as >> 6 * published by the Free Software Foundation. 4 * 7 * 5 * This header provides constants for Samsung 8 * This header provides constants for Samsung audio subsystem 6 * clock controller. 9 * clock controller. 7 * 10 * 8 * The constants defined in this header are be 11 * The constants defined in this header are being used in dts 9 * and s5pv210 audss driver. 12 * and s5pv210 audss driver. 10 */ 13 */ 11 14 12 #ifndef _DT_BINDINGS_CLOCK_S5PV210_AUDSS_H 15 #ifndef _DT_BINDINGS_CLOCK_S5PV210_AUDSS_H 13 #define _DT_BINDINGS_CLOCK_S5PV210_AUDSS_H 16 #define _DT_BINDINGS_CLOCK_S5PV210_AUDSS_H 14 17 15 #define CLK_MOUT_AUDSS 0 18 #define CLK_MOUT_AUDSS 0 16 #define CLK_MOUT_I2S_A 1 19 #define CLK_MOUT_I2S_A 1 17 20 18 #define CLK_DOUT_AUD_BUS 2 21 #define CLK_DOUT_AUD_BUS 2 19 #define CLK_DOUT_I2S_A 3 22 #define CLK_DOUT_I2S_A 3 20 23 21 #define CLK_I2S 4 24 #define CLK_I2S 4 22 #define CLK_HCLK_I2S 5 25 #define CLK_HCLK_I2S 5 23 #define CLK_HCLK_UART 6 26 #define CLK_HCLK_UART 6 24 #define CLK_HCLK_HWA 7 27 #define CLK_HCLK_HWA 7 25 #define CLK_HCLK_DMA 8 28 #define CLK_HCLK_DMA 8 26 #define CLK_HCLK_BUF 9 29 #define CLK_HCLK_BUF 9 27 #define CLK_HCLK_RP 10 30 #define CLK_HCLK_RP 10 28 31 29 #define AUDSS_MAX_CLKS 11 32 #define AUDSS_MAX_CLKS 11 30 33 31 #endif 34 #endif 32 35
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.