~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/arm/include/asm/hardware/ioc.h

Version: ~ [ linux-6.11.5 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.58 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.114 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.169 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.228 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.284 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.322 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 /* SPDX-License-Identifier: GPL-2.0-only */
  2 /*
  3  *  arch/arm/include/asm/hardware/ioc.h
  4  *
  5  *  Copyright (C) Russell King
  6  *
  7  *  Use these macros to read/write the IOC.  All it does is perform the actual
  8  *  read/write.
  9  */
 10 #ifndef __ASMARM_HARDWARE_IOC_H
 11 #define __ASMARM_HARDWARE_IOC_H
 12 
 13 #ifndef __ASSEMBLY__
 14 
 15 /*
 16  * We use __raw_base variants here so that we give the compiler the
 17  * chance to keep IOC_BASE in a register.
 18  */
 19 #define ioc_readb(off)          __raw_readb(IOC_BASE + (off))
 20 #define ioc_writeb(val,off)     __raw_writeb(val, IOC_BASE + (off))
 21 
 22 #endif
 23 
 24 #define IOC_CONTROL     (0x00)
 25 #define IOC_KARTTX      (0x04)
 26 #define IOC_KARTRX      (0x04)
 27 
 28 #define IOC_IRQSTATA    (0x10)
 29 #define IOC_IRQREQA     (0x14)
 30 #define IOC_IRQCLRA     (0x14)
 31 #define IOC_IRQMASKA    (0x18)
 32 
 33 #define IOC_IRQSTATB    (0x20)
 34 #define IOC_IRQREQB     (0x24)
 35 #define IOC_IRQMASKB    (0x28)
 36 
 37 #define IOC_FIQSTAT     (0x30)
 38 #define IOC_FIQREQ      (0x34)
 39 #define IOC_FIQMASK     (0x38)
 40 
 41 #define IOC_T0CNTL      (0x40)
 42 #define IOC_T0LTCHL     (0x40)
 43 #define IOC_T0CNTH      (0x44)
 44 #define IOC_T0LTCHH     (0x44)
 45 #define IOC_T0GO        (0x48)
 46 #define IOC_T0LATCH     (0x4c)
 47 
 48 #define IOC_T1CNTL      (0x50)
 49 #define IOC_T1LTCHL     (0x50)
 50 #define IOC_T1CNTH      (0x54)
 51 #define IOC_T1LTCHH     (0x54)
 52 #define IOC_T1GO        (0x58)
 53 #define IOC_T1LATCH     (0x5c)
 54 
 55 #define IOC_T2CNTL      (0x60)
 56 #define IOC_T2LTCHL     (0x60)
 57 #define IOC_T2CNTH      (0x64)
 58 #define IOC_T2LTCHH     (0x64)
 59 #define IOC_T2GO        (0x68)
 60 #define IOC_T2LATCH     (0x6c)
 61 
 62 #define IOC_T3CNTL      (0x70)
 63 #define IOC_T3LTCHL     (0x70)
 64 #define IOC_T3CNTH      (0x74)
 65 #define IOC_T3LTCHH     (0x74)
 66 #define IOC_T3GO        (0x78)
 67 #define IOC_T3LATCH     (0x7c)
 68 
 69 #endif
 70 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php