Home
last modified time | relevance | path

Searched refs:mtd_to_flctl (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/mtd/nand/raw/
Dsh_flctl.c240 struct sh_flctl *flctl = mtd_to_flctl(mtd); in set_addr()
554 struct sh_flctl *flctl = mtd_to_flctl(mtd); in set_cmd_regs()
634 struct sh_flctl *flctl = mtd_to_flctl(mtd); in execmd_read_page_sector()
683 struct sh_flctl *flctl = mtd_to_flctl(mtd); in execmd_read_oob()
704 struct sh_flctl *flctl = mtd_to_flctl(mtd); in execmd_write_page_sector()
730 struct sh_flctl *flctl = mtd_to_flctl(mtd); in execmd_write_oob()
753 struct sh_flctl *flctl = mtd_to_flctl(mtd); in flctl_cmdfunc()
928 struct sh_flctl *flctl = mtd_to_flctl(mtd); in flctl_select_chip()
972 struct sh_flctl *flctl = mtd_to_flctl(mtd); in flctl_write_buf()
980 struct sh_flctl *flctl = mtd_to_flctl(mtd); in flctl_read_byte()
[all …]
/Linux-v4.19/include/linux/mtd/
Dsh_flctl.h187 static inline struct sh_flctl *mtd_to_flctl(struct mtd_info *mtdinfo) in mtd_to_flctl() function