1 /* SPDX-License-Identifier: GPL-2.0-or-later * << 2 /* 1 /* 3 * Copyright 2016 Maxime Ripard 2 * Copyright 2016 Maxime Ripard 4 * 3 * 5 * Maxime Ripard <maxime.ripard@free-electrons 4 * Maxime Ripard <maxime.ripard@free-electrons.com> >> 5 * >> 6 * This program is free software; you can redistribute it and/or modify >> 7 * it under the terms of the GNU General Public License as published by >> 8 * the Free Software Foundation; either version 2 of the License, or >> 9 * (at your option) any later version. >> 10 * >> 11 * This program is distributed in the hope that it will be useful, >> 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of >> 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the >> 14 * GNU General Public License for more details. 6 */ 15 */ 7 16 8 #ifndef _RST_SUN5I_H_ 17 #ifndef _RST_SUN5I_H_ 9 #define _RST_SUN5I_H_ 18 #define _RST_SUN5I_H_ 10 19 11 #define RST_USB_PHY0 0 20 #define RST_USB_PHY0 0 12 #define RST_USB_PHY1 1 21 #define RST_USB_PHY1 1 13 #define RST_GPS 2 22 #define RST_GPS 2 14 #define RST_DE_BE 3 23 #define RST_DE_BE 3 15 #define RST_DE_FE 4 24 #define RST_DE_FE 4 16 #define RST_TVE 5 25 #define RST_TVE 5 17 #define RST_LCD 6 26 #define RST_LCD 6 18 #define RST_CSI 7 27 #define RST_CSI 7 19 #define RST_VE 8 28 #define RST_VE 8 20 #define RST_GPU 9 29 #define RST_GPU 9 21 #define RST_IEP 10 30 #define RST_IEP 10 22 31 23 #endif /* _RST_SUN5I_H_ */ 32 #endif /* _RST_SUN5I_H_ */ 24 33
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.