Home
last modified time | relevance | path

Searched refs:sh_flctl (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/mtd/nand/
Dsh_flctl.c84 static void empty_fifo(struct sh_flctl *flctl) in empty_fifo()
90 static void start_translation(struct sh_flctl *flctl) in start_translation()
95 static void timeout_error(struct sh_flctl *flctl, const char *str) in timeout_error()
100 static void wait_completion(struct sh_flctl *flctl) in wait_completion()
118 struct sh_flctl *flctl = param; in flctl_dma_complete()
123 static void flctl_release_dma(struct sh_flctl *flctl) in flctl_release_dma()
135 static void flctl_setup_dma(struct sh_flctl *flctl) in flctl_setup_dma()
194 struct sh_flctl *flctl = mtd_to_flctl(mtd); in set_addr()
223 static void wait_rfifo_ready(struct sh_flctl *flctl) in wait_rfifo_ready()
238 static void wait_wfifo_ready(struct sh_flctl *flctl) in wait_wfifo_ready()
[all …]
DMakefile42 obj-$(CONFIG_MTD_NAND_SH_FLCTL) += sh_flctl.o
/linux-4.1.27/include/linux/mtd/
Dsh_flctl.h145 struct sh_flctl { struct
187 static inline struct sh_flctl *mtd_to_flctl(struct mtd_info *mtdinfo) in mtd_to_flctl() argument
189 return container_of(mtdinfo, struct sh_flctl, mtd); in mtd_to_flctl()