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/mt8195-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) 2021 MediaTek Inc.
    4  * Author: Christine Zhu <christine.zhu@mediatek.com>
    5  */
    6 
    7 #ifndef _DT_BINDINGS_RESET_CONTROLLER_MT8195
    8 #define _DT_BINDINGS_RESET_CONTROLLER_MT8195
    9 
   10 /* TOPRGU resets */
   11 #define MT8195_TOPRGU_CONN_MCU_SW_RST          0
   12 #define MT8195_TOPRGU_INFRA_GRST_SW_RST        1
   13 #define MT8195_TOPRGU_APU_SW_RST               2
   14 #define MT8195_TOPRGU_INFRA_AO_GRST_SW_RST     6
   15 #define MT8195_TOPRGU_MMSYS_SW_RST             7
   16 #define MT8195_TOPRGU_MFG_SW_RST               8
   17 #define MT8195_TOPRGU_VENC_SW_RST              9
   18 #define MT8195_TOPRGU_VDEC_SW_RST              10
   19 #define MT8195_TOPRGU_IMG_SW_RST               11
   20 #define MT8195_TOPRGU_APMIXEDSYS_SW_RST        13
   21 #define MT8195_TOPRGU_AUDIO_SW_RST             14
   22 #define MT8195_TOPRGU_CAMSYS_SW_RST            15
   23 #define MT8195_TOPRGU_EDPTX_SW_RST             16
   24 #define MT8195_TOPRGU_ADSPSYS_SW_RST           21
   25 #define MT8195_TOPRGU_DPTX_SW_RST              22
   26 #define MT8195_TOPRGU_SPMI_MST_SW_RST          23
   27 
   28 #define MT8195_TOPRGU_SW_RST_NUM               16
   29 
   30 /* INFRA resets */
   31 #define MT8195_INFRA_RST0_THERM_CTRL_SWRST     0
   32 #define MT8195_INFRA_RST3_THERM_CTRL_PTP_SWRST 1
   33 #define MT8195_INFRA_RST4_THERM_CTRL_MCU_SWRST 2
   34 
   35 #endif  /* _DT_BINDINGS_RESET_CONTROLLER_MT8195 */

Cache object: 31cecc83d88790e499b9aa0652eaded3


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