#include <asm/sizes.h>
#include <mach/hardware.h>
#include <mach/devices-common.h>
Go to the source code of this file.
#define imx_mxc_nand_data_entry_single |
( |
|
soc, |
|
|
|
_size |
|
) |
| |
Value:{ \
.iobase = soc ## _NFC_BASE_ADDR, \
.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, \
.axibase = soc ## _NFC_AXI_BASE_ADDR, \
.irq = soc ## _INT_NFC \
}
Definition at line 20 of file platform-mxc_nand.c.