Searched refs:mtd_to_flctl (Results 1 – 2 of 2) sorted by relevance
194 struct sh_flctl *flctl = mtd_to_flctl(mtd); in set_addr()502 struct sh_flctl *flctl = mtd_to_flctl(mtd); in set_cmd_regs()582 struct sh_flctl *flctl = mtd_to_flctl(mtd); in execmd_read_page_sector()631 struct sh_flctl *flctl = mtd_to_flctl(mtd); in execmd_read_oob()652 struct sh_flctl *flctl = mtd_to_flctl(mtd); in execmd_write_page_sector()678 struct sh_flctl *flctl = mtd_to_flctl(mtd); in execmd_write_oob()701 struct sh_flctl *flctl = mtd_to_flctl(mtd); in flctl_cmdfunc()876 struct sh_flctl *flctl = mtd_to_flctl(mtd); in flctl_select_chip()920 struct sh_flctl *flctl = mtd_to_flctl(mtd); in flctl_write_buf()928 struct sh_flctl *flctl = mtd_to_flctl(mtd); in flctl_read_byte()[all …]
187 static inline struct sh_flctl *mtd_to_flctl(struct mtd_info *mtdinfo) in mtd_to_flctl() function