1 /* $NetBSD: sun5i-ccu.h,v 1.1.1.2 2020/01/03 14:33:06 skrll Exp $ */ 2 3 /* SPDX-License-Identifier: GPL-2.0-or-later */ 4 /* 5 * Copyright 2016 Maxime Ripard 6 * 7 * Maxime Ripard <maxime.ripard@free-electrons.com> 8 */ 9 10 #ifndef _RST_SUN5I_H_ 11 #define _RST_SUN5I_H_ 12 13 #define RST_USB_PHY0 0 14 #define RST_USB_PHY1 1 15 #define RST_GPS 2 16 #define RST_DE_BE 3 17 #define RST_DE_FE 4 18 #define RST_TVE 5 19 #define RST_LCD 6 20 #define RST_CSI 7 21 #define RST_VE 8 22 #define RST_GPU 9 23 #define RST_IEP 10 24 25 #endif /* _RST_SUN5I_H_ */ 26