spi-topcliff-pch: Fix issue for transmitting over 4KByte
[zen-stable.git] / arch / arm / mach-prima2 / include / mach / map.h
blob6f243532570cb59637af65454fe14c1883e64b4f
1 /*
2 * memory & I/O static mapping definitions for CSR SiRFprimaII
4 * Copyright (c) 2011 Cambridge Silicon Radio Limited, a CSR plc group company.
6 * Licensed under GPLv2 or later.
7 */
9 #ifndef __MACH_PRIMA2_MAP_H__
10 #define __MACH_PRIMA2_MAP_H__
12 #include <linux/const.h>
14 #define SIRFSOC_VA_BASE _AC(0xFEC00000, UL)
16 #define SIRFSOC_VA(x) (SIRFSOC_VA_BASE + ((x) & 0x00FFF000))
18 #endif