platform_nand_ctrl Struct Reference

#include <nand.h>


Data Fields

void(* hwcontrol )(struct mtd_info *mtd, int cmd)
int(* dev_ready )(struct mtd_info *mtd)
void(* select_chip )(struct mtd_info *mtd, int chip)
void * priv


Detailed Description

struct platform_nand_ctrl - controller level device structure : platform specific hardware control structure : platform specific function to read ready/busy pin : platform specific chip select function : private data to transport driver specific settings

All fields are optional and depend on the hardware driver requirements

Definition at line 579 of file nand.h.


Field Documentation

void(* platform_nand_ctrl::hwcontrol)(struct mtd_info *mtd, int cmd)

int(* platform_nand_ctrl::dev_ready)(struct mtd_info *mtd)

void(* platform_nand_ctrl::select_chip)(struct mtd_info *mtd, int chip)

void* platform_nand_ctrl::priv

Definition at line 583 of file nand.h.


The documentation for this struct was generated from the following file:
Generated on Fri Nov 28 00:08:50 2008 for elphel by  doxygen 1.5.1