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/efm32-cmu.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 #ifndef __DT_BINDINGS_CLOCK_EFM32_CMU_H
    3 #define __DT_BINDINGS_CLOCK_EFM32_CMU_H
    4 
    5 #define clk_HFXO                0
    6 #define clk_HFRCO               1
    7 #define clk_LFXO                2
    8 #define clk_LFRCO               3
    9 #define clk_ULFRCO              4
   10 #define clk_AUXHFRCO            5
   11 #define clk_HFCLKNODIV          6
   12 #define clk_HFCLK               7
   13 #define clk_HFPERCLK            8
   14 #define clk_HFCORECLK           9
   15 #define clk_LFACLK              10
   16 #define clk_LFBCLK              11
   17 #define clk_WDOGCLK             12
   18 #define clk_HFCORECLKDMA        13
   19 #define clk_HFCORECLKAES        14
   20 #define clk_HFCORECLKUSBC       15
   21 #define clk_HFCORECLKUSB        16
   22 #define clk_HFCORECLKLE         17
   23 #define clk_HFCORECLKEBI        18
   24 #define clk_HFPERCLKUSART0      19
   25 #define clk_HFPERCLKUSART1      20
   26 #define clk_HFPERCLKUSART2      21
   27 #define clk_HFPERCLKUART0       22
   28 #define clk_HFPERCLKUART1       23
   29 #define clk_HFPERCLKTIMER0      24
   30 #define clk_HFPERCLKTIMER1      25
   31 #define clk_HFPERCLKTIMER2      26
   32 #define clk_HFPERCLKTIMER3      27
   33 #define clk_HFPERCLKACMP0       28
   34 #define clk_HFPERCLKACMP1       29
   35 #define clk_HFPERCLKI2C0        30
   36 #define clk_HFPERCLKI2C1        31
   37 #define clk_HFPERCLKGPIO        32
   38 #define clk_HFPERCLKVCMP        33
   39 #define clk_HFPERCLKPRS         34
   40 #define clk_HFPERCLKADC0        35
   41 #define clk_HFPERCLKDAC0        36
   42 
   43 #endif /* __DT_BINDINGS_CLOCK_EFM32_CMU_H */

Cache object: 2192ec55e64b2f60f78a0cba8b8f41a2


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