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/sunplus,sp7021-clkc.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 OR BSD-2-Clause) */
    2 /*
    3  * Copyright (C) Sunplus Technology Co., Ltd.
    4  *       All rights reserved.
    5  */
    6 #ifndef _DT_BINDINGS_CLOCK_SUNPLUS_SP7021_H
    7 #define _DT_BINDINGS_CLOCK_SUNPLUS_SP7021_H
    8 
    9 /* gates */
   10 #define CLK_RTC         0
   11 #define CLK_OTPRX       1
   12 #define CLK_NOC         2
   13 #define CLK_BR          3
   14 #define CLK_SPIFL       4
   15 #define CLK_PERI0       5
   16 #define CLK_PERI1       6
   17 #define CLK_STC0        7
   18 #define CLK_STC_AV0     8
   19 #define CLK_STC_AV1     9
   20 #define CLK_STC_AV2     10
   21 #define CLK_UA0         11
   22 #define CLK_UA1         12
   23 #define CLK_UA2         13
   24 #define CLK_UA3         14
   25 #define CLK_UA4         15
   26 #define CLK_HWUA        16
   27 #define CLK_DDC0        17
   28 #define CLK_UADMA       18
   29 #define CLK_CBDMA0      19
   30 #define CLK_CBDMA1      20
   31 #define CLK_SPI_COMBO_0 21
   32 #define CLK_SPI_COMBO_1 22
   33 #define CLK_SPI_COMBO_2 23
   34 #define CLK_SPI_COMBO_3 24
   35 #define CLK_AUD         25
   36 #define CLK_USBC0       26
   37 #define CLK_USBC1       27
   38 #define CLK_UPHY0       28
   39 #define CLK_UPHY1       29
   40 #define CLK_I2CM0       30
   41 #define CLK_I2CM1       31
   42 #define CLK_I2CM2       32
   43 #define CLK_I2CM3       33
   44 #define CLK_PMC         34
   45 #define CLK_CARD_CTL0   35
   46 #define CLK_CARD_CTL1   36
   47 #define CLK_CARD_CTL4   37
   48 #define CLK_BCH         38
   49 #define CLK_DDFCH       39
   50 #define CLK_CSIIW0      40
   51 #define CLK_CSIIW1      41
   52 #define CLK_MIPICSI0    42
   53 #define CLK_MIPICSI1    43
   54 #define CLK_HDMI_TX     44
   55 #define CLK_VPOST       45
   56 #define CLK_TGEN        46
   57 #define CLK_DMIX        47
   58 #define CLK_TCON        48
   59 #define CLK_GPIO        49
   60 #define CLK_MAILBOX     50
   61 #define CLK_SPIND       51
   62 #define CLK_I2C2CBUS    52
   63 #define CLK_SEC         53
   64 #define CLK_DVE         54
   65 #define CLK_GPOST0      55
   66 #define CLK_OSD0        56
   67 #define CLK_DISP_PWM    57
   68 #define CLK_UADBG       58
   69 #define CLK_FIO_CTL     59
   70 #define CLK_FPGA        60
   71 #define CLK_L2SW        61
   72 #define CLK_ICM         62
   73 #define CLK_AXI_GLOBAL  63
   74 
   75 /* plls */
   76 #define PLL_A           64
   77 #define PLL_E           65
   78 #define PLL_E_2P5       66
   79 #define PLL_E_25        67
   80 #define PLL_E_112P5     68
   81 #define PLL_F           69
   82 #define PLL_TV          70
   83 #define PLL_TV_A        71
   84 #define PLL_SYS         72
   85 
   86 #define CLK_MAX         73
   87 
   88 #endif

Cache object: 417f764cd6ab81cb8a0285a29d7008e5


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