Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
ioc.h File Reference

Go to the source code of this file.

Macros

#define ioc_readb(off)   __raw_readb(IOC_BASE + (off))
 
#define ioc_writeb(val, off)   __raw_writeb(val, IOC_BASE + (off))
 
#define IOC_CONTROL   (0x00)
 
#define IOC_KARTTX   (0x04)
 
#define IOC_KARTRX   (0x04)
 
#define IOC_IRQSTATA   (0x10)
 
#define IOC_IRQREQA   (0x14)
 
#define IOC_IRQCLRA   (0x14)
 
#define IOC_IRQMASKA   (0x18)
 
#define IOC_IRQSTATB   (0x20)
 
#define IOC_IRQREQB   (0x24)
 
#define IOC_IRQMASKB   (0x28)
 
#define IOC_FIQSTAT   (0x30)
 
#define IOC_FIQREQ   (0x34)
 
#define IOC_FIQMASK   (0x38)
 
#define IOC_T0CNTL   (0x40)
 
#define IOC_T0LTCHL   (0x40)
 
#define IOC_T0CNTH   (0x44)
 
#define IOC_T0LTCHH   (0x44)
 
#define IOC_T0GO   (0x48)
 
#define IOC_T0LATCH   (0x4c)
 
#define IOC_T1CNTL   (0x50)
 
#define IOC_T1LTCHL   (0x50)
 
#define IOC_T1CNTH   (0x54)
 
#define IOC_T1LTCHH   (0x54)
 
#define IOC_T1GO   (0x58)
 
#define IOC_T1LATCH   (0x5c)
 
#define IOC_T2CNTL   (0x60)
 
#define IOC_T2LTCHL   (0x60)
 
#define IOC_T2CNTH   (0x64)
 
#define IOC_T2LTCHH   (0x64)
 
#define IOC_T2GO   (0x68)
 
#define IOC_T2LATCH   (0x6c)
 
#define IOC_T3CNTL   (0x70)
 
#define IOC_T3LTCHL   (0x70)
 
#define IOC_T3CNTH   (0x74)
 
#define IOC_T3LTCHH   (0x74)
 
#define IOC_T3GO   (0x78)
 
#define IOC_T3LATCH   (0x7c)
 

Macro Definition Documentation

#define IOC_CONTROL   (0x00)

Definition at line 27 of file ioc.h.

#define IOC_FIQMASK   (0x38)

Definition at line 42 of file ioc.h.

#define IOC_FIQREQ   (0x34)

Definition at line 41 of file ioc.h.

#define IOC_FIQSTAT   (0x30)

Definition at line 40 of file ioc.h.

#define IOC_IRQCLRA   (0x14)

Definition at line 33 of file ioc.h.

#define IOC_IRQMASKA   (0x18)

Definition at line 34 of file ioc.h.

#define IOC_IRQMASKB   (0x28)

Definition at line 38 of file ioc.h.

#define IOC_IRQREQA   (0x14)

Definition at line 32 of file ioc.h.

#define IOC_IRQREQB   (0x24)

Definition at line 37 of file ioc.h.

#define IOC_IRQSTATA   (0x10)

Definition at line 31 of file ioc.h.

#define IOC_IRQSTATB   (0x20)

Definition at line 36 of file ioc.h.

#define IOC_KARTRX   (0x04)

Definition at line 29 of file ioc.h.

#define IOC_KARTTX   (0x04)

Definition at line 28 of file ioc.h.

#define ioc_readb (   off)    __raw_readb(IOC_BASE + (off))

Definition at line 22 of file ioc.h.

#define IOC_T0CNTH   (0x44)

Definition at line 46 of file ioc.h.

#define IOC_T0CNTL   (0x40)

Definition at line 44 of file ioc.h.

#define IOC_T0GO   (0x48)

Definition at line 48 of file ioc.h.

#define IOC_T0LATCH   (0x4c)

Definition at line 49 of file ioc.h.

#define IOC_T0LTCHH   (0x44)

Definition at line 47 of file ioc.h.

#define IOC_T0LTCHL   (0x40)

Definition at line 45 of file ioc.h.

#define IOC_T1CNTH   (0x54)

Definition at line 53 of file ioc.h.

#define IOC_T1CNTL   (0x50)

Definition at line 51 of file ioc.h.

#define IOC_T1GO   (0x58)

Definition at line 55 of file ioc.h.

#define IOC_T1LATCH   (0x5c)

Definition at line 56 of file ioc.h.

#define IOC_T1LTCHH   (0x54)

Definition at line 54 of file ioc.h.

#define IOC_T1LTCHL   (0x50)

Definition at line 52 of file ioc.h.

#define IOC_T2CNTH   (0x64)

Definition at line 60 of file ioc.h.

#define IOC_T2CNTL   (0x60)

Definition at line 58 of file ioc.h.

#define IOC_T2GO   (0x68)

Definition at line 62 of file ioc.h.

#define IOC_T2LATCH   (0x6c)

Definition at line 63 of file ioc.h.

#define IOC_T2LTCHH   (0x64)

Definition at line 61 of file ioc.h.

#define IOC_T2LTCHL   (0x60)

Definition at line 59 of file ioc.h.

#define IOC_T3CNTH   (0x74)

Definition at line 67 of file ioc.h.

#define IOC_T3CNTL   (0x70)

Definition at line 65 of file ioc.h.

#define IOC_T3GO   (0x78)

Definition at line 69 of file ioc.h.

#define IOC_T3LATCH   (0x7c)

Definition at line 70 of file ioc.h.

#define IOC_T3LTCHH   (0x74)

Definition at line 68 of file ioc.h.

#define IOC_T3LTCHL   (0x70)

Definition at line 66 of file ioc.h.

#define ioc_writeb (   val,
  off 
)    __raw_writeb(val, IOC_BASE + (off))

Definition at line 23 of file ioc.h.