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/mt8186-resets.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 BSD-3-Clause) */
    2 /*
    3  * Copyright (c) 2022 MediaTek Inc.
    4  * Author: Runyang Chen <runyang.chen@mediatek.com>
    5  */
    6 
    7 #ifndef _DT_BINDINGS_RESET_CONTROLLER_MT8186
    8 #define _DT_BINDINGS_RESET_CONTROLLER_MT8186
    9 
   10 /* TOPRGU resets */
   11 #define MT8186_TOPRGU_INFRA_SW_RST                              0
   12 #define MT8186_TOPRGU_MM_SW_RST                                 1
   13 #define MT8186_TOPRGU_MFG_SW_RST                                2
   14 #define MT8186_TOPRGU_VENC_SW_RST                               3
   15 #define MT8186_TOPRGU_VDEC_SW_RST                               4
   16 #define MT8186_TOPRGU_IMG_SW_RST                                5
   17 #define MT8186_TOPRGU_DDR_SW_RST                                6
   18 #define MT8186_TOPRGU_INFRA_AO_SW_RST                           8
   19 #define MT8186_TOPRGU_CONNSYS_SW_RST                            9
   20 #define MT8186_TOPRGU_APMIXED_SW_RST                            10
   21 #define MT8186_TOPRGU_PWRAP_SW_RST                              11
   22 #define MT8186_TOPRGU_CONN_MCU_SW_RST                           12
   23 #define MT8186_TOPRGU_IPNNA_SW_RST                              13
   24 #define MT8186_TOPRGU_WPE_SW_RST                                14
   25 #define MT8186_TOPRGU_ADSP_SW_RST                               15
   26 #define MT8186_TOPRGU_AUDIO_SW_RST                              17
   27 #define MT8186_TOPRGU_CAM_MAIN_SW_RST                           18
   28 #define MT8186_TOPRGU_CAM_RAWA_SW_RST                           19
   29 #define MT8186_TOPRGU_CAM_RAWB_SW_RST                           20
   30 #define MT8186_TOPRGU_IPE_SW_RST                                21
   31 #define MT8186_TOPRGU_IMG2_SW_RST                               22
   32 #define MT8186_TOPRGU_SW_RST_NUM                                23
   33 
   34 /* MMSYS resets */
   35 #define MT8186_MMSYS_SW0_RST_B_DISP_DSI0                        19
   36 
   37 /* INFRA resets */
   38 #define MT8186_INFRA_THERMAL_CTRL_RST                   0
   39 #define MT8186_INFRA_PTP_CTRL_RST                               1
   40 
   41 #endif  /* _DT_BINDINGS_RESET_CONTROLLER_MT8186 */

Cache object: 799620d8ea683b8a2e4c89f9407e956b


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