fsmc_nand_data
static void fsmc_nand_disable(struct fsmc_nand_data *host)
struct fsmc_nand_data *host;
struct fsmc_nand_data *host = platform_get_drvdata(pdev);
struct fsmc_nand_data *host = dev_get_drvdata(dev);
struct fsmc_nand_data *host = dev_get_drvdata(dev);
static inline struct fsmc_nand_data *nand_to_fsmc(struct nand_chip *chip)
return container_of(chip, struct fsmc_nand_data, nand);
static void fsmc_nand_setup(struct fsmc_nand_data *host,
static int fsmc_calc_timings(struct fsmc_nand_data *host,
struct fsmc_nand_data *host = nand_to_fsmc(nand);
struct fsmc_nand_data *host = nand_to_fsmc(chip);
struct fsmc_nand_data *host = nand_to_fsmc(chip);
struct fsmc_nand_data *host = nand_to_fsmc(chip);
struct fsmc_nand_data *host = param;
static int dma_xfer(struct fsmc_nand_data *host, void *buffer, int len,
static void fsmc_write_buf(struct fsmc_nand_data *host, const u8 *buf,
static void fsmc_read_buf(struct fsmc_nand_data *host, u8 *buf, int len)
static void fsmc_read_buf_dma(struct fsmc_nand_data *host, u8 *buf,
static void fsmc_write_buf_dma(struct fsmc_nand_data *host, const u8 *buf,
struct fsmc_nand_data *host = nand_to_fsmc(chip);
struct fsmc_nand_data *host = nand_to_fsmc(chip);
struct fsmc_nand_data *host,
struct fsmc_nand_data *host = nand_to_fsmc(nand);