Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/mtd/nand/
Dsh_flctl.c68 static void empty_fifo(struct sh_flctl *flctl) in empty_fifo()
74 static void start_translation(struct sh_flctl *flctl) in start_translation()
79 static void timeout_error(struct sh_flctl *flctl, const char *str) in timeout_error()
84 static void wait_completion(struct sh_flctl *flctl) in wait_completion()
102 struct sh_flctl *flctl = mtd_to_flctl(mtd); in set_addr()
131 static void wait_rfifo_ready(struct sh_flctl *flctl) in wait_rfifo_ready()
146 static void wait_wfifo_ready(struct sh_flctl *flctl) in wait_wfifo_ready()
160 static int wait_recfifo_ready(struct sh_flctl *flctl, int sector_number) in wait_recfifo_ready()
213 static void wait_wecfifo_ready(struct sh_flctl *flctl) in wait_wecfifo_ready()
228 static void read_datareg(struct sh_flctl *flctl, int offset) in read_datareg()
[all …]
DMakefile42 obj-$(CONFIG_MTD_NAND_SH_FLCTL) += sh_flctl.o
/linux-2.6.39/include/linux/mtd/
Dsh_flctl.h96 struct sh_flctl { struct
126 static inline struct sh_flctl *mtd_to_flctl(struct mtd_info *mtdinfo) in mtd_to_flctl() argument
128 return container_of(mtdinfo, struct sh_flctl, mtd); in mtd_to_flctl()