Home
last modified time | relevance | path

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

/drivers/mtd/nand/
Dnandsim.c289 struct nandsim { struct
447 static int alloc_device(struct nandsim *ns) in alloc_device()
510 static void free_device(struct nandsim *ns) in free_device()
553 struct nandsim *ns = (struct nandsim *)(chip->priv); in init_nandsim()
701 static void free_nandsim(struct nandsim *ns) in free_nandsim()
709 static int parse_badblocks(struct nandsim *ns, struct mtd_info *mtd) in parse_badblocks()
1125 static inline void accept_addr_byte(struct nandsim *ns, u_char bt) in accept_addr_byte()
1143 static inline void switch_to_ready_state(struct nandsim *ns, u_char status) in switch_to_ready_state()
1202 static int find_operation(struct nandsim *ns, uint32_t flag) in find_operation()
1286 static void put_pages(struct nandsim *ns) in put_pages()
[all …]
DMakefile22 obj-$(CONFIG_MTD_NAND_NANDSIM) += nandsim.o