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

Go to the source code of this file.

Functions

 module_init (ehci_init)
 
 MODULE_AUTHOR ("Chris Dearman <[email protected]>")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DESCRIPTION ("EHCI probe driver for SEAD3")
 

Variables

struct resource ehci_resources []
 
u64 sead3_usbdev_dma_mask = DMA_BIT_MASK(32)
 

Function Documentation

MODULE_AUTHOR ( "Chris Dearman <[email protected]>"  )
MODULE_DESCRIPTION ( "EHCI probe driver for SEAD3"  )
module_init ( ehci_init  )
MODULE_LICENSE ( "GPL"  )

Variable Documentation

struct resource ehci_resources[]
Initial value:
= {
{
.start = 0x1b200000,
.end = 0x1b200fff,
.flags = IORESOURCE_MEM
},
{
.start = MIPS_CPU_IRQ_BASE + 2,
.flags = IORESOURCE_IRQ
}
}

Definition at line 13 of file sead3-ehci.c.

u64 sead3_usbdev_dma_mask = DMA_BIT_MASK(32)

Definition at line 25 of file sead3-ehci.c.