1573a652fSLennert Buytenhek /* 2573a652fSLennert Buytenhek * arch/arm/include/asm/hardware/cache-tauros2.h 3573a652fSLennert Buytenhek * 4573a652fSLennert Buytenhek * Copyright (C) 2008 Marvell Semiconductor 5573a652fSLennert Buytenhek * 6573a652fSLennert Buytenhek * This file is licensed under the terms of the GNU General Public 7573a652fSLennert Buytenhek * License version 2. This program is licensed "as is" without any 8573a652fSLennert Buytenhek * warranty of any kind, whether express or implied. 9573a652fSLennert Buytenhek */ 10573a652fSLennert Buytenhek 11*38f2e377SChao Xie #define CACHE_TAUROS2_PREFETCH_ON (1 << 0) 12*38f2e377SChao Xie #define CACHE_TAUROS2_LINEFILL_BURST8 (1 << 1) 13*38f2e377SChao Xie 14*38f2e377SChao Xie extern void __init tauros2_init(unsigned int features); 15