r8a7792.h 697 B

1234567891011121314151617181920212223242526272829
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * arch/arm/include/asm/arch-rmobile/r8a7792.h
  4. *
  5. * Copyright (C) 2016 Renesas Electronics Corporation
  6. */
  7. #ifndef __ASM_ARCH_R8A7792_H
  8. #define __ASM_ARCH_R8A7792_H
  9. #include "rcar-base.h"
  10. /* Module stop control/status register bits */
  11. #define MSTP0_BITS 0x00400801
  12. #define MSTP1_BITS 0x9B6F987F
  13. #define MSTP2_BITS 0x108CE100
  14. #define MSTP3_BITS 0x20004010
  15. #define MSTP4_BITS 0x80000184
  16. #define MSTP5_BITS 0x44C00004
  17. #define MSTP7_BITS 0x01BF0000
  18. #define MSTP8_BITS 0x1FE01FB0
  19. #define MSTP9_BITS 0xFE2BFFB2
  20. #define MSTP10_BITS 0x00001820
  21. #define MSTP11_BITS 0x00000008
  22. /* SDHI */
  23. #define CFG_SYS_SH_SDHI_NR_CHANNEL 1
  24. #endif /* __ASM_ARCH_R8A7792_H */