Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
tifm_7xx1.c File Reference
#include <linux/tifm.h>
#include <linux/dma-mapping.h>
#include <linux/module.h>

Go to the source code of this file.

Macros

#define DRIVER_NAME   "tifm_7xx1"
 
#define DRIVER_VERSION   "0.8"
 
#define TIFM_IRQ_ENABLE   0x80000000
 
#define TIFM_IRQ_SOCKMASK(x)   (x)
 
#define TIFM_IRQ_CARDMASK(x)   ((x) << 8)
 
#define TIFM_IRQ_FIFOMASK(x)   ((x) << 16)
 
#define TIFM_IRQ_SETALL   0xffffffff
 
#define tifm_7xx1_suspend   NULL
 
#define tifm_7xx1_resume   NULL
 

Functions

 module_pci_driver (tifm_7xx1_driver)
 
 MODULE_AUTHOR ("Alex Dubov")
 
 MODULE_DESCRIPTION ("TI FlashMedia host driver")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DEVICE_TABLE (pci, tifm_7xx1_pci_tbl)
 
 MODULE_VERSION (DRIVER_VERSION)
 

Macro Definition Documentation

#define DRIVER_NAME   "tifm_7xx1"

Definition at line 16 of file tifm_7xx1.c.

#define DRIVER_VERSION   "0.8"

Definition at line 17 of file tifm_7xx1.c.

#define tifm_7xx1_resume   NULL

Definition at line 302 of file tifm_7xx1.c.

#define tifm_7xx1_suspend   NULL

Definition at line 301 of file tifm_7xx1.c.

#define TIFM_IRQ_CARDMASK (   x)    ((x) << 8)

Definition at line 21 of file tifm_7xx1.c.

#define TIFM_IRQ_ENABLE   0x80000000

Definition at line 19 of file tifm_7xx1.c.

#define TIFM_IRQ_FIFOMASK (   x)    ((x) << 16)

Definition at line 22 of file tifm_7xx1.c.

#define TIFM_IRQ_SETALL   0xffffffff

Definition at line 23 of file tifm_7xx1.c.

#define TIFM_IRQ_SOCKMASK (   x)    (x)

Definition at line 20 of file tifm_7xx1.c.

Function Documentation

MODULE_AUTHOR ( "Alex Dubov"  )
MODULE_DESCRIPTION ( "TI FlashMedia host driver )
MODULE_DEVICE_TABLE ( pci  ,
tifm_7xx1_pci_tbl   
)
MODULE_LICENSE ( "GPL"  )
module_pci_driver ( tifm_7xx1_driver  )
MODULE_VERSION ( DRIVER_VERSION  )