sun5i-ccu.h 891 B

1234567891011121314151617181920212223242526272829303132
  1. /*
  2. * Copyright 2016 Maxime Ripard
  3. *
  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.
  15. */
  16. #ifndef _RST_SUN5I_H_
  17. #define _RST_SUN5I_H_
  18. #define RST_USB_PHY0 0
  19. #define RST_USB_PHY1 1
  20. #define RST_GPS 2
  21. #define RST_DE_BE 3
  22. #define RST_DE_FE 4
  23. #define RST_TVE 5
  24. #define RST_LCD 6
  25. #define RST_CSI 7
  26. #define RST_VE 8
  27. #define RST_GPU 9
  28. #define RST_IEP 10
  29. #endif /* _RST_SUN5I_H_ */