~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/include/dt-bindings/reset/gxbb-aoclkc.h

Version: ~ [ linux-6.11-rc3 ] ~ [ linux-6.10.4 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.45 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.104 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.164 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.223 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.281 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.319 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /include/dt-bindings/reset/gxbb-aoclkc.h (Architecture alpha) and /include/dt-bindings/reset/gxbb-aoclkc.h (Architecture i386)


  1 /*                                                  1 /*
  2  * This file is provided under a dual BSD/GPLv      2  * This file is provided under a dual BSD/GPLv2 license.  When using or
  3  * redistributing this file, you may do so und      3  * redistributing this file, you may do so under either license.
  4  *                                                  4  *
  5  * GPL LICENSE SUMMARY                              5  * GPL LICENSE SUMMARY
  6  *                                                  6  *
  7  * Copyright (c) 2016 BayLibre, SAS.                7  * Copyright (c) 2016 BayLibre, SAS.
  8  * Author: Neil Armstrong <narmstrong@baylibre      8  * Author: Neil Armstrong <narmstrong@baylibre.com>
  9  *                                                  9  *
 10  * This program is free software; you can redi     10  * This program is free software; you can redistribute it and/or modify
 11  * it under the terms of version 2 of the GNU      11  * it under the terms of version 2 of the GNU General Public License as
 12  * published by the Free Software Foundation.      12  * published by the Free Software Foundation.
 13  *                                                 13  *
 14  * This program is distributed in the hope tha     14  * This program is distributed in the hope that it will be useful, but
 15  * WITHOUT ANY WARRANTY; without even the impl     15  * WITHOUT ANY WARRANTY; without even the implied warranty of
 16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR     16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 17  * General Public License for more details.        17  * General Public License for more details.
 18  *                                                 18  *
 19  * You should have received a copy of the GNU      19  * You should have received a copy of the GNU General Public License
 20  * along with this program; if not, see <http:     20  * along with this program; if not, see <http://www.gnu.org/licenses/>.
 21  * The full GNU General Public License is incl     21  * The full GNU General Public License is included in this distribution
 22  * in the file called COPYING.                     22  * in the file called COPYING.
 23  *                                                 23  *
 24  * BSD LICENSE                                     24  * BSD LICENSE
 25  *                                                 25  *
 26  * Copyright (c) 2016 BayLibre, SAS.               26  * Copyright (c) 2016 BayLibre, SAS.
 27  * Author: Neil Armstrong <narmstrong@baylibre     27  * Author: Neil Armstrong <narmstrong@baylibre.com>
 28  *                                                 28  *
 29  * Redistribution and use in source and binary     29  * Redistribution and use in source and binary forms, with or without
 30  * modification, are permitted provided that t     30  * modification, are permitted provided that the following conditions
 31  * are met:                                        31  * are met:
 32  *                                                 32  *
 33  *   * Redistributions of source code must ret     33  *   * Redistributions of source code must retain the above copyright
 34  *     notice, this list of conditions and the     34  *     notice, this list of conditions and the following disclaimer.
 35  *   * Redistributions in binary form must rep     35  *   * Redistributions in binary form must reproduce the above copyright
 36  *     notice, this list of conditions and the     36  *     notice, this list of conditions and the following disclaimer in
 37  *     the documentation and/or other material     37  *     the documentation and/or other materials provided with the
 38  *     distribution.                               38  *     distribution.
 39  *   * Neither the name of Intel Corporation n     39  *   * Neither the name of Intel Corporation nor the names of its
 40  *     contributors may be used to endorse or      40  *     contributors may be used to endorse or promote products derived
 41  *     from this software without specific pri     41  *     from this software without specific prior written permission.
 42  *                                                 42  *
 43  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT      43  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 44  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTI     44  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 45  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCH     45  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 46  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO      46  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 47  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIR     47  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 48  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGE     48  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 49  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS     49  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 50  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION)     50  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 51  * THEORY OF LIABILITY, WHETHER IN CONTRACT, S     51  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 52  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING     52  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 53  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE PO     53  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 54  */                                                54  */
 55                                                    55 
 56 #ifndef DT_BINDINGS_RESET_AMLOGIC_MESON_GXBB_A     56 #ifndef DT_BINDINGS_RESET_AMLOGIC_MESON_GXBB_AOCLK
 57 #define DT_BINDINGS_RESET_AMLOGIC_MESON_GXBB_A     57 #define DT_BINDINGS_RESET_AMLOGIC_MESON_GXBB_AOCLK
 58                                                    58 
 59 #define RESET_AO_REMOTE         0                  59 #define RESET_AO_REMOTE         0
 60 #define RESET_AO_I2C_MASTER     1                  60 #define RESET_AO_I2C_MASTER     1
 61 #define RESET_AO_I2C_SLAVE      2                  61 #define RESET_AO_I2C_SLAVE      2
 62 #define RESET_AO_UART1          3                  62 #define RESET_AO_UART1          3
 63 #define RESET_AO_UART2          4                  63 #define RESET_AO_UART2          4
 64 #define RESET_AO_IR_BLASTER     5                  64 #define RESET_AO_IR_BLASTER     5
 65                                                    65 
 66 #endif                                             66 #endif
 67                                                    67 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php