coherency.h 505 B

1234567891011121314151617181920
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * arch/arm/mach-mvebu/include/mach/coherency.h
  4. *
  5. * Coherency fabric (Aurora) support for Armada 370 and XP platforms.
  6. *
  7. * Copyright (C) 2012 Marvell
  8. */
  9. #ifndef __MACH_370_XP_COHERENCY_H
  10. #define __MACH_370_XP_COHERENCY_H
  11. extern void __iomem *coherency_base; /* for coherency_ll.S */
  12. extern unsigned long coherency_phys_base;
  13. int set_cpu_coherent(void);
  14. int coherency_init(void);
  15. int coherency_available(void);
  16. #endif /* __MACH_370_XP_COHERENCY_H */