Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
platform.c File Reference
#include <linux/device.h>
#include <linux/dma-mapping.h>
#include <linux/platform_device.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/resource.h>
#include <linux/serial.h>
#include <linux/serial_pnx8xxx.h>
#include <linux/mtd/nand.h>
#include <linux/mtd/partitions.h>
#include <irq.h>
#include <irq-mapping.h>
#include <pnx833x.h>

Go to the source code of this file.

Functions

 arch_initcall (pnx833x_platform_init)
 

Variables

struct pnx8xxx_port pnx8xxx_ports []
 

Function Documentation

arch_initcall ( pnx833x_platform_init  )

Variable Documentation

struct pnx8xxx_port pnx8xxx_ports[]
Initial value:
= {
[0] = {
.port = {
.type = PORT_PNX8XXX,
.iotype = UPIO_MEM,
.membase = (void __iomem *)PNX833X_UART0_PORTS_START,
.uartclk = 3692300,
.fifosize = 16,
.line = 0,
},
},
[1] = {
.port = {
.type = PORT_PNX8XXX,
.iotype = UPIO_MEM,
.membase = (void __iomem *)PNX833X_UART1_PORTS_START,
.uartclk = 3692300,
.fifosize = 16,
.line = 1,
},
},
}

Definition at line 70 of file platform.c.