Symbol: sh_flctl
drivers/mtd/nand/raw/sh_flctl.c
1061
struct sh_flctl *flctl = dev_id;
drivers/mtd/nand/raw/sh_flctl.c
1115
struct sh_flctl *flctl;
drivers/mtd/nand/raw/sh_flctl.c
1122
flctl = devm_kzalloc(&pdev->dev, sizeof(struct sh_flctl), GFP_KERNEL);
drivers/mtd/nand/raw/sh_flctl.c
114
static void empty_fifo(struct sh_flctl *flctl)
drivers/mtd/nand/raw/sh_flctl.c
120
static void start_translation(struct sh_flctl *flctl)
drivers/mtd/nand/raw/sh_flctl.c
1206
struct sh_flctl *flctl = platform_get_drvdata(pdev);
drivers/mtd/nand/raw/sh_flctl.c
125
static void timeout_error(struct sh_flctl *flctl, const char *str)
drivers/mtd/nand/raw/sh_flctl.c
130
static void wait_completion(struct sh_flctl *flctl)
drivers/mtd/nand/raw/sh_flctl.c
148
struct sh_flctl *flctl = param;
drivers/mtd/nand/raw/sh_flctl.c
153
static void flctl_release_dma(struct sh_flctl *flctl)
drivers/mtd/nand/raw/sh_flctl.c
165
static void flctl_setup_dma(struct sh_flctl *flctl)
drivers/mtd/nand/raw/sh_flctl.c
224
struct sh_flctl *flctl = mtd_to_flctl(mtd);
drivers/mtd/nand/raw/sh_flctl.c
253
static void wait_rfifo_ready(struct sh_flctl *flctl)
drivers/mtd/nand/raw/sh_flctl.c
268
static void wait_wfifo_ready(struct sh_flctl *flctl)
drivers/mtd/nand/raw/sh_flctl.c
283
(struct sh_flctl *flctl, int sector_number)
drivers/mtd/nand/raw/sh_flctl.c
362
static void wait_wecfifo_ready(struct sh_flctl *flctl)
drivers/mtd/nand/raw/sh_flctl.c
377
static int flctl_dma_fifo0_transfer(struct sh_flctl *flctl, unsigned long *buf,
drivers/mtd/nand/raw/sh_flctl.c
449
static void read_datareg(struct sh_flctl *flctl, int offset)
drivers/mtd/nand/raw/sh_flctl.c
460
static void read_fiforeg(struct sh_flctl *flctl, int rlen, int offset)
drivers/mtd/nand/raw/sh_flctl.c
484
(struct sh_flctl *flctl, uint8_t *buff, int sector)
drivers/mtd/nand/raw/sh_flctl.c
502
static void write_fiforeg(struct sh_flctl *flctl, int rlen,
drivers/mtd/nand/raw/sh_flctl.c
515
static void write_ec_fiforeg(struct sh_flctl *flctl, int rlen,
drivers/mtd/nand/raw/sh_flctl.c
540
struct sh_flctl *flctl = mtd_to_flctl(mtd);
drivers/mtd/nand/raw/sh_flctl.c
623
struct sh_flctl *flctl = mtd_to_flctl(mtd);
drivers/mtd/nand/raw/sh_flctl.c
672
struct sh_flctl *flctl = mtd_to_flctl(mtd);
drivers/mtd/nand/raw/sh_flctl.c
693
struct sh_flctl *flctl = mtd_to_flctl(mtd);
drivers/mtd/nand/raw/sh_flctl.c
719
struct sh_flctl *flctl = mtd_to_flctl(mtd);
drivers/mtd/nand/raw/sh_flctl.c
743
struct sh_flctl *flctl = mtd_to_flctl(mtd);
drivers/mtd/nand/raw/sh_flctl.c
918
struct sh_flctl *flctl = mtd_to_flctl(nand_to_mtd(chip));
drivers/mtd/nand/raw/sh_flctl.c
962
struct sh_flctl *flctl = mtd_to_flctl(nand_to_mtd(chip));
drivers/mtd/nand/raw/sh_flctl.c
970
struct sh_flctl *flctl = mtd_to_flctl(nand_to_mtd(chip));
drivers/mtd/nand/raw/sh_flctl.c
980
struct sh_flctl *flctl = mtd_to_flctl(nand_to_mtd(chip));
drivers/mtd/nand/raw/sh_flctl.c
990
struct sh_flctl *flctl = mtd_to_flctl(mtd);
include/linux/mtd/sh_flctl.h
175
static inline struct sh_flctl *mtd_to_flctl(struct mtd_info *mtdinfo)
include/linux/mtd/sh_flctl.h
177
return container_of(mtd_to_nand(mtdinfo), struct sh_flctl, chip);