Lines Matching refs:sh_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()
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()
350 struct sh_flctl *flctl = mtd_to_flctl(mtd); in flctl_read_page_hwecc()
379 struct sh_flctl *flctl = mtd_to_flctl(mtd); in execmd_read_page_sector()
419 struct sh_flctl *flctl = mtd_to_flctl(mtd); in execmd_read_oob()
450 struct sh_flctl *flctl = mtd_to_flctl(mtd); in execmd_write_page_sector()
484 struct sh_flctl *flctl = mtd_to_flctl(mtd); in execmd_write_oob()
513 struct sh_flctl *flctl = mtd_to_flctl(mtd); in flctl_cmdfunc()
665 struct sh_flctl *flctl = mtd_to_flctl(mtd); in flctl_select_chip()
684 struct sh_flctl *flctl = mtd_to_flctl(mtd); in flctl_write_buf()
694 struct sh_flctl *flctl = mtd_to_flctl(mtd); in flctl_read_byte()
705 struct sh_flctl *flctl = mtd_to_flctl(mtd); in flctl_read_word()
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()
801 struct sh_flctl *flctl; in flctl_probe()
813 flctl = kzalloc(sizeof(struct sh_flctl), GFP_KERNEL); in flctl_probe()
881 struct sh_flctl *flctl = platform_get_drvdata(pdev); in flctl_remove()