brintos

brintos / linux-shallow public Read only

0
0
Text · 435 B · 40cc22a Raw
24 lines · c
1/* SPDX-License-Identifier: GPL-2.0-or-later */2/*3 * Copyright 2016 Maxime Ripard4 *5 * Maxime Ripard <maxime.ripard@free-electrons.com>6 */7 8#ifndef _RST_SUN5I_H_9#define _RST_SUN5I_H_10 11#define RST_USB_PHY0	012#define RST_USB_PHY1	113#define RST_GPS		214#define RST_DE_BE	315#define RST_DE_FE	416#define RST_TVE		517#define RST_LCD		618#define RST_CSI		719#define RST_VE		820#define RST_GPU		921#define RST_IEP		1022 23#endif /* _RST_SUN5I_H_ */24