blob: ccb1af4c5c055f17f43028baa9d216c7c1b32ff4 [file] [log] [blame]
/*
* Copyright (c) [2009-2013] Marvell International Ltd. and its affiliates.
* All rights reserved.
* This software file (the "File") is owned and distributed by Marvell
* International Ltd. and/or its affiliates ("Marvell") under the following
* licensing terms.
* If you received this File from Marvell, you may opt to use, redistribute
* and/or modify this File in accordance with the terms and conditions of
* the General Public License Version 2, June 1991 (the "GPL License"), a
* copy of which is available along with the File in the license.txt file
* or by writing to the Free Software Foundation, Inc., 59 Temple Place,
* Suite 330, Boston, MA 02111-1307 or on the worldwide web at
* http://www.gnu.org/licenses/gpl.txt. THE FILE IS DISTRIBUTED AS-IS,
* WITHOUT WARRANTY OF ANY KIND, AND THE IMPLIED WARRANTIES OF
* MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE ARE EXPRESSLY
* DISCLAIMED. The GPL License provides additional details about this
* warranty disclaimer.
*/
#ifndef _OSA_MISC_H_
#define _OSA_MISC_H_
#define OSA_1K (0x00000400)
#define OSA_2K (0x00000800)
#define OSA_4K (0x00001000)
#define OSA_8K (0x00002000)
#define OSA_16K (0x00004000)
#define OSA_32K (0x00008000)
#define OSA_64K (0x00010000)
#define OSA_128K (0x00020000)
#define OSA_256K (0x00040000)
#define OSA_512K (0x00080000)
#define OSA_1M (0x00100000)
#define OSA_2M (0x00200000)
#define OSA_4M (0x00400000)
#define OSA_8M (0x00800000)
#define OSA_16M (0x01000000)
#define OSA_32M (0x02000000)
#define OSA_64M (0x04000000)
#define OSA_128M (0x08000000)
#define OSA_256M (0x10000000)
#define OSA_512M (0x20000000)
#define OSA_1G (0x40000000)
#define OSA_2G (0x80000000)
#endif /* _OSA_MISC_H_ */