Lines Matching defs:flctl

68 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() local
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()
239 static void read_fiforeg(struct sh_flctl *flctl, int rlen, int offset) in read_fiforeg()
254 static int read_ecfiforeg(struct sh_flctl *flctl, uint8_t *buff, int sector) in read_ecfiforeg()
270 static void write_fiforeg(struct sh_flctl *flctl, int rlen, int offset) in write_fiforeg()
285 struct sh_flctl *flctl = mtd_to_flctl(mtd); in set_cmd_regs() local
350 struct sh_flctl *flctl = mtd_to_flctl(mtd); in flctl_read_page_hwecc() local
379 struct sh_flctl *flctl = mtd_to_flctl(mtd); in execmd_read_page_sector() local
419 struct sh_flctl *flctl = mtd_to_flctl(mtd); in execmd_read_oob() local
450 struct sh_flctl *flctl = mtd_to_flctl(mtd); in execmd_write_page_sector() local
484 struct sh_flctl *flctl = mtd_to_flctl(mtd); in execmd_write_oob() local
513 struct sh_flctl *flctl = mtd_to_flctl(mtd); in flctl_cmdfunc() local
665 struct sh_flctl *flctl = mtd_to_flctl(mtd); in flctl_select_chip() local
684 struct sh_flctl *flctl = mtd_to_flctl(mtd); in flctl_write_buf() local
694 struct sh_flctl *flctl = mtd_to_flctl(mtd); in flctl_read_byte() local
705 struct sh_flctl *flctl = mtd_to_flctl(mtd); in flctl_read_word() local
733 static void flctl_register_init(struct sh_flctl *flctl, unsigned long val) in flctl_register_init()
740 struct sh_flctl *flctl = mtd_to_flctl(mtd); in flctl_chip_init_tail() local
801 struct sh_flctl *flctl; in flctl_probe() local
881 struct sh_flctl *flctl = platform_get_drvdata(pdev); in flctl_remove() local