Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dsh_flctl.c114 static void empty_fifo(struct sh_flctl *flctl) in empty_fifo()
148 struct sh_flctl *flctl = param; in flctl_dma_complete()
224 struct sh_flctl *flctl = mtd_to_flctl(mtd); in set_addr()
283 (struct sh_flctl *flctl, int sector_number) in wait_recfifo_ready()
540 struct sh_flctl *flctl = mtd_to_flctl(mtd); in set_cmd_regs()
623 struct sh_flctl *flctl = mtd_to_flctl(mtd); in execmd_read_page_sector()
672 struct sh_flctl *flctl = mtd_to_flctl(mtd); in execmd_read_oob()
693 struct sh_flctl *flctl = mtd_to_flctl(mtd); in execmd_write_page_sector()
719 struct sh_flctl *flctl = mtd_to_flctl(mtd); in execmd_write_oob()
1061 struct sh_flctl *flctl = dev_id; in flctl_handle_flste()
[all …]
H A DMakefile34 obj-$(CONFIG_MTD_NAND_SH_FLCTL) += sh_flctl.o
/openbmc/linux/include/linux/mtd/
H A Dsh_flctl.h133 struct sh_flctl { struct
175 static inline struct sh_flctl *mtd_to_flctl(struct mtd_info *mtdinfo) in mtd_to_flctl() argument
177 return container_of(mtd_to_nand(mtdinfo), struct sh_flctl, chip); in mtd_to_flctl()