misc_regs.h 399 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Miscellaneous registers definitions for SPEAr3xx machine family
  4. *
  5. * Copyright (C) 2009 ST Microelectronics
  6. * Viresh Kumar <[email protected]>
  7. */
  8. #ifndef __MACH_MISC_REGS_H
  9. #define __MACH_MISC_REGS_H
  10. #include "spear.h"
  11. #define MISC_BASE (VA_SPEAR_ICM3_MISC_REG_BASE)
  12. #define DMA_CHN_CFG (MISC_BASE + 0x0A0)
  13. #endif /* __MACH_MISC_REGS_H */