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/reset/realtek,rtd1195.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-or-later OR BSD-2-Clause) */
    2 /*
    3  * Realtek RTD1195 reset controllers
    4  *
    5  * Copyright (c) 2017 Andreas Färber
    6  */
    7 #ifndef DT_BINDINGS_RESET_RTD1195_H
    8 #define DT_BINDINGS_RESET_RTD1195_H
    9 
   10 /* soft reset 1 */
   11 #define RTD1195_RSTN_MISC               0
   12 #define RTD1195_RSTN_RNG                1
   13 #define RTD1195_RSTN_USB3_POW           2
   14 #define RTD1195_RSTN_GSPI               3
   15 #define RTD1195_RSTN_USB3_P0_MDIO       4
   16 #define RTD1195_RSTN_VE_H265            5
   17 #define RTD1195_RSTN_USB                6
   18 #define RTD1195_RSTN_USB_PHY0           8
   19 #define RTD1195_RSTN_USB_PHY1           9
   20 #define RTD1195_RSTN_HDMIRX             11
   21 #define RTD1195_RSTN_HDMI               12
   22 #define RTD1195_RSTN_ETN                14
   23 #define RTD1195_RSTN_AIO                15
   24 #define RTD1195_RSTN_GPU                16
   25 #define RTD1195_RSTN_VE_H264            17
   26 #define RTD1195_RSTN_VE_JPEG            18
   27 #define RTD1195_RSTN_TVE                19
   28 #define RTD1195_RSTN_VO                 20
   29 #define RTD1195_RSTN_LVDS               21
   30 #define RTD1195_RSTN_SE                 22
   31 #define RTD1195_RSTN_DCU                23
   32 #define RTD1195_RSTN_DC_PHY             24
   33 #define RTD1195_RSTN_CP                 25
   34 #define RTD1195_RSTN_MD                 26
   35 #define RTD1195_RSTN_TP                 27
   36 #define RTD1195_RSTN_AE                 28
   37 #define RTD1195_RSTN_NF                 29
   38 #define RTD1195_RSTN_MIPI               30
   39 
   40 /* soft reset 2 */
   41 #define RTD1195_RSTN_ACPU               0
   42 #define RTD1195_RSTN_VCPU               1
   43 #define RTD1195_RSTN_PCR                9
   44 #define RTD1195_RSTN_CR                 10
   45 #define RTD1195_RSTN_EMMC               11
   46 #define RTD1195_RSTN_SDIO               12
   47 #define RTD1195_RSTN_I2C_5              18
   48 #define RTD1195_RSTN_RTC                20
   49 #define RTD1195_RSTN_I2C_4              23
   50 #define RTD1195_RSTN_I2C_3              24
   51 #define RTD1195_RSTN_I2C_2              25
   52 #define RTD1195_RSTN_I2C_1              26
   53 #define RTD1195_RSTN_UR1                28
   54 
   55 /* soft reset 3 */
   56 #define RTD1195_RSTN_SB2                0
   57 
   58 /* iso soft reset */
   59 #define RTD1195_ISO_RSTN_VFD            0
   60 #define RTD1195_ISO_RSTN_IR             1
   61 #define RTD1195_ISO_RSTN_CEC0           2
   62 #define RTD1195_ISO_RSTN_CEC1           3
   63 #define RTD1195_ISO_RSTN_DP             4
   64 #define RTD1195_ISO_RSTN_CBUSTX         5
   65 #define RTD1195_ISO_RSTN_CBUSRX         6
   66 #define RTD1195_ISO_RSTN_EFUSE          7
   67 #define RTD1195_ISO_RSTN_UR0            8
   68 #define RTD1195_ISO_RSTN_GMAC           9
   69 #define RTD1195_ISO_RSTN_GPHY           10
   70 #define RTD1195_ISO_RSTN_I2C_0          11
   71 #define RTD1195_ISO_RSTN_I2C_6          12
   72 #define RTD1195_ISO_RSTN_CBUS           13
   73 
   74 #endif

Cache object: e9662a2b1a948ead1a7ba9ea4dd9c35b


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