#include <linux/device.h>
#include <linux/io.h>
#include <linux/ioport.h>
#include <linux/module.h>
#include <linux/of.h>
#include <linux/of_address.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include "brcmnand.h"
struct iproc_nand_soc { … };
#define IPROC_NAND_CTLR_READY_OFFSET …
#define IPROC_NAND_CTLR_READY …
#define IPROC_NAND_IO_CTRL_OFFSET …
#define IPROC_NAND_APB_LE_MODE …
#define IPROC_NAND_INT_CTRL_READ_ENABLE …
static bool iproc_nand_intc_ack(struct brcmnand_soc *soc)
{ … }
static void iproc_nand_intc_set(struct brcmnand_soc *soc, bool en)
{ … }
static void iproc_nand_apb_access(struct brcmnand_soc *soc, bool prepare,
bool is_param)
{ … }
static int iproc_nand_probe(struct platform_device *pdev)
{ … }
static const struct of_device_id iproc_nand_of_match[] = …;
MODULE_DEVICE_TABLE(of, iproc_nand_of_match);
static struct platform_driver iproc_nand_driver = …;
module_platform_driver(…) …;
MODULE_LICENSE(…) …;
MODULE_AUTHOR(…) …;
MODULE_AUTHOR(…) …;
MODULE_DESCRIPTION(…) …;