ARM: mali400: r5p2_rel0: add sc8830 platform codes
[profile/mobile/platform/kernel/linux-3.10-sc7730.git] / drivers / gpu / arm / mali400 / r5p2_rel0 / platform / sc8830 / base.h
1 /*
2  * Copyright (C) 2010-2011 ARM Limited. All rights reserved.
3  * 
4  * This program is free software and is provided to you under the terms of the
5  * GNU General Public License version 2 as published by the Free Software
6  * Foundation, and any use by you of this program is subject to the terms of
7  * such GNU licence.
8  * 
9  * A copy of the licence is included with the program, and can also be obtained
10  * from Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
11  * MA  02110-1301, USA.
12  */
13
14 #ifndef __ARCH_BASE_H__
15 #define __ARCH_BASE_H__
16
17 #define ARCH_MALI_MEMORY_BASE_DEFAULT      (4 * 1024 * 1024UL)
18 #define ARCH_MALI_MEMORY_SIZE_DEFAULT      (1024 * 1024 * 1024UL)
19
20 #define MALI400_L2_MAX_READS_DEFAULT        0x1C
21
22 #endif