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/mt7621-reset.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) 2021 Sergio Paracuellos
    4  * Author: Sergio Paracuellos <sergio.paracuellos@gmail.com>
    5  */
    6 
    7 #ifndef DT_BINDING_MT7621_RESET_H
    8 #define DT_BINDING_MT7621_RESET_H
    9 
   10 #define MT7621_RST_SYS          0
   11 #define MT7621_RST_MCM          2
   12 #define MT7621_RST_HSDMA        5
   13 #define MT7621_RST_FE           6
   14 #define MT7621_RST_SPDIFTX      7
   15 #define MT7621_RST_TIMER        8
   16 #define MT7621_RST_INT          9
   17 #define MT7621_RST_MC           10
   18 #define MT7621_RST_PCM          11
   19 #define MT7621_RST_PIO          13
   20 #define MT7621_RST_GDMA         14
   21 #define MT7621_RST_NFI          15
   22 #define MT7621_RST_I2C          16
   23 #define MT7621_RST_I2S          17
   24 #define MT7621_RST_SPI          18
   25 #define MT7621_RST_UART1        19
   26 #define MT7621_RST_UART2        20
   27 #define MT7621_RST_UART3        21
   28 #define MT7621_RST_ETH          23
   29 #define MT7621_RST_PCIE0        24
   30 #define MT7621_RST_PCIE1        25
   31 #define MT7621_RST_PCIE2        26
   32 #define MT7621_RST_AUX_STCK     28
   33 #define MT7621_RST_CRYPTO       29
   34 #define MT7621_RST_SDXC         30
   35 #define MT7621_RST_PPE          31
   36 
   37 #endif /* DT_BINDING_MT7621_RESET_H */

Cache object: 8c4fe6f27434474e4d1e447e29b7dd3b


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