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

Go to the source code of this file.

Macros

#define PORT(base, int)
 

Functions

 module_init (uart8250_init)
 
 MODULE_AUTHOR ("Ralf Baechle <[email protected]>")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DESCRIPTION ("Generic 8250 UART probe driver")
 

Macro Definition Documentation

#define PORT (   base,
  int 
)
Value:
{ \
.iobase = base, \
.irq = int, \
.uartclk = 1843200, \
.iotype = UPIO_PORT, \
.regshift = 0, \
}

Definition at line 11 of file 8250-platform.c.

Function Documentation

MODULE_AUTHOR ( "Ralf Baechle <[email protected]>"  )
MODULE_DESCRIPTION ( "Generic 8250 UART probe driver )
module_init ( uart8250_init  )
MODULE_LICENSE ( "GPL"  )