Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
platform-mxc_nand.c File Reference
#include <asm/sizes.h>
#include <mach/hardware.h>
#include <mach/devices-common.h>

Go to the source code of this file.

Macros

#define imx_mxc_nand_data_entry_single(soc, _size)
 
#define imx_mxc_nandv3_data_entry_single(soc, _size)
 

Functions

struct platform_device *__init imx_add_mxc_nand (const struct imx_mxc_nand_data *data, const struct mxc_nand_platform_data *pdata)
 

Macro Definition Documentation

#define imx_mxc_nand_data_entry_single (   soc,
  _size 
)
Value:
{ \
.iobase = soc ## _NFC_BASE_ADDR, \
.iosize = _size, \
.irq = soc ## _INT_NFC \
}

Definition at line 13 of file platform-mxc_nand.c.

#define imx_mxc_nandv3_data_entry_single (   soc,
  _size 
)
Value:
{ \
.id = -1, \
.iobase = soc ## _NFC_BASE_ADDR, \
.iosize = _size, \
.axibase = soc ## _NFC_AXI_BASE_ADDR, \
.irq = soc ## _INT_NFC \
}

Definition at line 20 of file platform-mxc_nand.c.

Function Documentation

struct platform_device* __init imx_add_mxc_nand ( const struct imx_mxc_nand_data data,
const struct mxc_nand_platform_data pdata 
)
read

Definition at line 59 of file platform-mxc_nand.c.