Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations | Functions
pata_at32.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/device.h>
#include <linux/platform_device.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/slab.h>
#include <scsi/scsi_host.h>
#include <linux/ata.h>
#include <linux/libata.h>
#include <linux/err.h>
#include <linux/io.h>
#include <mach/board.h>
#include <mach/smc.h>

Go to the source code of this file.

Data Structures

struct  at32_ide_info
 

Macros

#define DEBUG
 
#define DRV_NAME   "pata_at32"
 
#define DRV_VERSION   "0.0.3"
 
#define CF_IDE_OFFSET   0x00c00000
 
#define CF_ALT_IDE_OFFSET   0x00e00000
 
#define CF_RES_SIZE   2048
 

Enumerations

enum  { PIO_MASK = ATA_PIO4 }
 

Functions

 MODULE_ALIAS ("platform:at32_ide")
 
 module_init (pata_at32_init)
 
 module_exit (pata_at32_exit)
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DESCRIPTION ("AVR32 SMC/CFC PATA Driver")
 
 MODULE_AUTHOR ("Kristoffer Nyborg Gregertsen <[email protected]>")
 
 MODULE_VERSION (DRV_VERSION)
 

Macro Definition Documentation

#define CF_ALT_IDE_OFFSET   0x00e00000

Definition at line 49 of file pata_at32.c.

#define CF_IDE_OFFSET   0x00c00000

Definition at line 48 of file pata_at32.c.

#define CF_RES_SIZE   2048

Definition at line 50 of file pata_at32.c.

#define DEBUG

Definition at line 11 of file pata_at32.c.

#define DRV_NAME   "pata_at32"

Definition at line 31 of file pata_at32.c.

#define DRV_VERSION   "0.0.3"

Definition at line 32 of file pata_at32.c.

Enumeration Type Documentation

anonymous enum
Enumerator:
PIO_MASK 

Definition at line 71 of file pata_at32.c.

Function Documentation

MODULE_ALIAS ( "platform:at32_ide"  )
MODULE_AUTHOR ( "Kristoffer Nyborg Gregertsen <[email protected]>"  )
MODULE_DESCRIPTION ( "AVR32 SMC/CFC PATA Driver"  )
module_exit ( pata_at32_exit  )
module_init ( pata_at32_init  )
MODULE_LICENSE ( "GPL"  )
MODULE_VERSION ( DRV_VERSION  )