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

Go to the source code of this file.

Data Structures

struct  tah_regs
 
struct  tah_instance
 

Macros

#define TAH_MR_CVR   0x80000000
 
#define TAH_MR_SR   0x40000000
 
#define TAH_MR_ST_256   0x01000000
 
#define TAH_MR_ST_512   0x02000000
 
#define TAH_MR_ST_768   0x03000000
 
#define TAH_MR_ST_1024   0x04000000
 
#define TAH_MR_ST_1280   0x05000000
 
#define TAH_MR_ST_1536   0x06000000
 
#define TAH_MR_TFS_16KB   0x00000000
 
#define TAH_MR_TFS_2KB   0x00200000
 
#define TAH_MR_TFS_4KB   0x00400000
 
#define TAH_MR_TFS_6KB   0x00600000
 
#define TAH_MR_TFS_8KB   0x00800000
 
#define TAH_MR_TFS_10KB   0x00a00000
 
#define TAH_MR_DTFP   0x00100000
 
#define TAH_MR_DIG   0x00080000
 
#define tah_init()   0
 
#define tah_exit()   do { } while(0)
 
#define tah_attach(x, y)   (-ENXIO)
 
#define tah_detach(x, y)   do { } while(0)
 
#define tah_reset(x)   do { } while(0)
 
#define tah_get_regs_len(x)   0
 
#define tah_dump_regs(x, buf)   (buf)
 

Macro Definition Documentation

#define tah_attach (   x,
  y 
)    (-ENXIO)

Definition at line 87 of file tah.h.

#define tah_detach (   x,
  y 
)    do { } while(0)

Definition at line 88 of file tah.h.

#define tah_dump_regs (   x,
  buf 
)    (buf)

Definition at line 91 of file tah.h.

#define tah_exit (   void)    do { } while(0)

Definition at line 86 of file tah.h.

#define tah_get_regs_len (   x)    0

Definition at line 90 of file tah.h.

#define tah_init (   void)    0

Definition at line 85 of file tah.h.

#define TAH_MR_CVR   0x80000000

Definition at line 56 of file tah.h.

#define TAH_MR_DIG   0x00080000

Definition at line 71 of file tah.h.

#define TAH_MR_DTFP   0x00100000

Definition at line 70 of file tah.h.

#define TAH_MR_SR   0x40000000

Definition at line 57 of file tah.h.

#define TAH_MR_ST_1024   0x04000000

Definition at line 61 of file tah.h.

#define TAH_MR_ST_1280   0x05000000

Definition at line 62 of file tah.h.

#define TAH_MR_ST_1536   0x06000000

Definition at line 63 of file tah.h.

#define TAH_MR_ST_256   0x01000000

Definition at line 58 of file tah.h.

#define TAH_MR_ST_512   0x02000000

Definition at line 59 of file tah.h.

#define TAH_MR_ST_768   0x03000000

Definition at line 60 of file tah.h.

#define TAH_MR_TFS_10KB   0x00a00000

Definition at line 69 of file tah.h.

#define TAH_MR_TFS_16KB   0x00000000

Definition at line 64 of file tah.h.

#define TAH_MR_TFS_2KB   0x00200000

Definition at line 65 of file tah.h.

#define TAH_MR_TFS_4KB   0x00400000

Definition at line 66 of file tah.h.

#define TAH_MR_TFS_6KB   0x00600000

Definition at line 67 of file tah.h.

#define TAH_MR_TFS_8KB   0x00800000

Definition at line 68 of file tah.h.

#define tah_reset (   x)    do { } while(0)

Definition at line 89 of file tah.h.