The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/include/dt-bindings/clock/exynos-audss-clk.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /* SPDX-License-Identifier: GPL-2.0 */
    2 /*
    3  * This header provides constants for Samsung audio subsystem
    4  * clock controller.
    5  *
    6  * The constants defined in this header are being used in dts
    7  * and exynos audss driver.
    8  */
    9 
   10 #ifndef _DT_BINDINGS_CLK_EXYNOS_AUDSS_H
   11 #define _DT_BINDINGS_CLK_EXYNOS_AUDSS_H
   12 
   13 #define EXYNOS_MOUT_AUDSS       0
   14 #define EXYNOS_MOUT_I2S 1
   15 #define EXYNOS_DOUT_SRP 2
   16 #define EXYNOS_DOUT_AUD_BUS     3
   17 #define EXYNOS_DOUT_I2S 4
   18 #define EXYNOS_SRP_CLK          5
   19 #define EXYNOS_I2S_BUS          6
   20 #define EXYNOS_SCLK_I2S 7
   21 #define EXYNOS_PCM_BUS          8
   22 #define EXYNOS_SCLK_PCM 9
   23 #define EXYNOS_ADMA             10
   24 
   25 #define EXYNOS_AUDSS_MAX_CLKS   11
   26 
   27 #endif

Cache object: 18b3dc2f3a675562e7baa4d7846294eb


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.