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/ti-dra7-atl.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-only */
    2 /*
    3  * This header provides constants for DRA7 ATL (Audio Tracking Logic)
    4  *
    5  * The constants defined in this header are used in dts files
    6  *
    7  * Copyright (C) 2013 Texas Instruments, Inc.
    8  *
    9  * Peter Ujfalusi <peter.ujfalusi@ti.com>
   10  */
   11 
   12 #ifndef _DT_BINDINGS_CLK_DRA7_ATL_H
   13 #define _DT_BINDINGS_CLK_DRA7_ATL_H
   14 
   15 #define DRA7_ATL_WS_MCASP1_FSR          0
   16 #define DRA7_ATL_WS_MCASP1_FSX          1
   17 #define DRA7_ATL_WS_MCASP2_FSR          2
   18 #define DRA7_ATL_WS_MCASP2_FSX          3
   19 #define DRA7_ATL_WS_MCASP3_FSX          4
   20 #define DRA7_ATL_WS_MCASP4_FSX          5
   21 #define DRA7_ATL_WS_MCASP5_FSX          6
   22 #define DRA7_ATL_WS_MCASP6_FSX          7
   23 #define DRA7_ATL_WS_MCASP7_FSX          8
   24 #define DRA7_ATL_WS_MCASP8_FSX          9
   25 #define DRA7_ATL_WS_MCASP8_AHCLKX       10
   26 #define DRA7_ATL_WS_XREF_CLK3           11
   27 #define DRA7_ATL_WS_XREF_CLK0           12
   28 #define DRA7_ATL_WS_XREF_CLK1           13
   29 #define DRA7_ATL_WS_XREF_CLK2           14
   30 #define DRA7_ATL_WS_OSC1_X1             15
   31 
   32 #endif

Cache object: ac149ef9cbda0eeb181414a78ec214dd


[ 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.