|
Linux Kernel
3.7.1
|
#include <linux/slab.h>#include <linux/gpio.h>#include <linux/init.h>#include <linux/module.h>#include <linux/interrupt.h>#include <linux/mtd/mtd.h>#include <linux/mtd/nand.h>#include <linux/mtd/partitions.h>#include <linux/platform_device.h>#include <asm/io.h>#include <asm/mach-au1x00/au1000.h>#include <asm/mach-au1x00/au1550nd.h>Go to the source code of this file.
Data Structures | |
| struct | au1550nd_ctx |
Macros | |
| #define | NAND_CTL_SETNCE 1 |
| #define | NAND_CTL_CLRNCE 2 |
| #define | NAND_CTL_SETCLE 3 |
| #define | NAND_CTL_CLRCLE 4 |
| #define | NAND_CTL_SETALE 5 |
| #define | NAND_CTL_CLRALE 6 |
Functions | |
| int | au1550_device_ready (struct mtd_info *mtd) |
| module_platform_driver (au1550nd_driver) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Embedded Edge, LLC") | |
| MODULE_DESCRIPTION ("Board-specific glue layer for NAND flash on Pb1550 board") | |
| #define NAND_CTL_CLRALE 6 |
Definition at line 197 of file au1550nd.c.
| #define NAND_CTL_CLRCLE 4 |
Definition at line 193 of file au1550nd.c.
| #define NAND_CTL_CLRNCE 2 |
Definition at line 189 of file au1550nd.c.
| #define NAND_CTL_SETALE 5 |
Definition at line 195 of file au1550nd.c.
| #define NAND_CTL_SETCLE 3 |
Definition at line 191 of file au1550nd.c.
| #define NAND_CTL_SETNCE 1 |
Definition at line 187 of file au1550nd.c.
Definition at line 242 of file au1550nd.c.
| MODULE_AUTHOR | ( | "Embedded | Edge, |
| LLC" | |||
| ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_platform_driver | ( | au1550nd_driver | ) |
1.8.2