Lines Matching refs:fsmc_nand_data

143 struct fsmc_nand_data {  struct
251 static inline struct fsmc_nand_data *nand_to_fsmc(struct nand_chip *chip) in nand_to_fsmc()
253 return container_of(chip, struct fsmc_nand_data, nand); in nand_to_fsmc()
262 static void fsmc_nand_setup(struct fsmc_nand_data *host, in fsmc_nand_setup()
283 static int fsmc_calc_timings(struct fsmc_nand_data *host, in fsmc_calc_timings()
350 struct fsmc_nand_data *host = nand_to_fsmc(nand); in fsmc_setup_interface()
376 struct fsmc_nand_data *host = nand_to_fsmc(chip); in fsmc_enable_hwecc()
394 struct fsmc_nand_data *host = nand_to_fsmc(chip); in fsmc_read_hwecc_ecc4()
442 struct fsmc_nand_data *host = nand_to_fsmc(chip); in fsmc_read_hwecc_ecc1()
480 struct fsmc_nand_data *host = param; in dma_complete()
485 static int dma_xfer(struct fsmc_nand_data *host, void *buffer, int len, in dma_xfer()
559 static void fsmc_write_buf(struct fsmc_nand_data *host, const u8 *buf, in fsmc_write_buf()
583 static void fsmc_read_buf(struct fsmc_nand_data *host, u8 *buf, int len) in fsmc_read_buf()
606 static void fsmc_read_buf_dma(struct fsmc_nand_data *host, u8 *buf, in fsmc_read_buf_dma()
618 static void fsmc_write_buf_dma(struct fsmc_nand_data *host, const u8 *buf, in fsmc_write_buf_dma()
633 struct fsmc_nand_data *host = nand_to_fsmc(chip); in fsmc_exec_op()
782 struct fsmc_nand_data *host = nand_to_fsmc(chip); in fsmc_bch8_correct_data()
865 struct fsmc_nand_data *host, in fsmc_nand_probe_config_dt()
912 struct fsmc_nand_data *host = nand_to_fsmc(nand); in fsmc_nand_attach_chip()
1008 static void fsmc_nand_disable(struct fsmc_nand_data *host) in fsmc_nand_disable()
1023 struct fsmc_nand_data *host; in fsmc_nand_probe()
1165 struct fsmc_nand_data *host = platform_get_drvdata(pdev); in fsmc_nand_remove()
1186 struct fsmc_nand_data *host = dev_get_drvdata(dev); in fsmc_nand_suspend()
1196 struct fsmc_nand_data *host = dev_get_drvdata(dev); in fsmc_nand_resume()