Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
8250_exar_st16c554.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 PORT(_base, _irq)
 

Functions

 module_init (exar_init)
 
 MODULE_AUTHOR ("Paul B Schroeder")
 
 MODULE_DESCRIPTION ("8250 serial probe module for Exar cards")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define PORT (   _base,
  _irq 
)
Value:
{ \
.iobase = _base, \
.irq = _irq, \
.uartclk = 1843200, \
.iotype = UPIO_PORT, \
.flags = UPF_BOOT_AUTOCONF, \
}

Definition at line 16 of file 8250_exar_st16c554.c.

Function Documentation

MODULE_AUTHOR ( "Paul B Schroeder"  )
MODULE_DESCRIPTION ( "8250 serial probe module for Exar cards )
module_init ( exar_init  )
MODULE_LICENSE ( "GPL"  )