Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
sead3-serial.c File Reference
#include <linux/module.h>
#include <linux/init.h>
#include <linux/serial_8250.h>

Go to the source code of this file.

Macros

#define UART(base, int)
 

Functions

 module_init (uart8250_init)
 
 MODULE_AUTHOR ("Chris Dearman <[email protected]>")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DESCRIPTION ("8250 UART probe driver for the SEAD-3 platform")
 

Macro Definition Documentation

#define UART (   base,
  int 
)
Value:
{ \
.mapbase = base, \
.irq = int, \
.uartclk = 14745600, \
.iotype = UPIO_MEM32, \
.regshift = 2, \
}

Definition at line 12 of file sead3-serial.c.

Function Documentation

MODULE_AUTHOR ( "Chris Dearman <[email protected]>"  )
MODULE_DESCRIPTION ( "8250 UART probe driver for the SEAD-3 platform"  )
module_init ( uart8250_init  )
MODULE_LICENSE ( "GPL"  )