cache.h 273 B

123456789101112
  1. // SPDX-License-Identifier: GPL-2.0
  2. // Copyright (C) 2005-2017 Andes Technology Corporation
  3. #ifndef __NDS32_CACHE_H__
  4. #define __NDS32_CACHE_H__
  5. #define L1_CACHE_BYTES 32
  6. #define L1_CACHE_SHIFT 5
  7. #define ARCH_DMA_MINALIGN L1_CACHE_BYTES
  8. #endif /* __NDS32_CACHE_H__ */