Path: blob/master/arch/arm/mach-integrator/include/mach/bits.h
15162 views
/*1* This program is free software; you can redistribute it and/or modify2* it under the terms of the GNU General Public License as published by3* the Free Software Foundation; either version 2 of the License, or4* (at your option) any later version.5*6* This program is distributed in the hope that it will be useful,7* but WITHOUT ANY WARRANTY; without even the implied warranty of8* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the9* GNU General Public License for more details.10*11* You should have received a copy of the GNU General Public License12* along with this program; if not, write to the Free Software13* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA14*/15/* DO NOT EDIT!! - this file automatically generated16* from .s file by awk -f s2h.awk17*/18/* Bit field definitions19* Copyright (C) ARM Limited 1998. All rights reserved.20*/2122#ifndef __bits_h23#define __bits_h 12425#define BIT0 0x0000000126#define BIT1 0x0000000227#define BIT2 0x0000000428#define BIT3 0x0000000829#define BIT4 0x0000001030#define BIT5 0x0000002031#define BIT6 0x0000004032#define BIT7 0x0000008033#define BIT8 0x0000010034#define BIT9 0x0000020035#define BIT10 0x0000040036#define BIT11 0x0000080037#define BIT12 0x0000100038#define BIT13 0x0000200039#define BIT14 0x0000400040#define BIT15 0x0000800041#define BIT16 0x0001000042#define BIT17 0x0002000043#define BIT18 0x0004000044#define BIT19 0x0008000045#define BIT20 0x0010000046#define BIT21 0x0020000047#define BIT22 0x0040000048#define BIT23 0x0080000049#define BIT24 0x0100000050#define BIT25 0x0200000051#define BIT26 0x0400000052#define BIT27 0x0800000053#define BIT28 0x1000000054#define BIT29 0x2000000055#define BIT30 0x4000000056#define BIT31 0x800000005758#endif5960/* END */616263