Searched refs:nuc900_nand (Results 1 – 3 of 3) sorted by relevance
57 struct nuc900_nand { struct81 struct nuc900_nand *nand; in nuc900_nand_read_byte() argument83 nand = container_of(mtd, struct nuc900_nand, mtd); in nuc900_nand_read_byte()94 struct nuc900_nand *nand; in nuc900_nand_read_buf()96 nand = container_of(mtd, struct nuc900_nand, mtd); in nuc900_nand_read_buf()106 struct nuc900_nand *nand; in nuc900_nand_write_buf()108 nand = container_of(mtd, struct nuc900_nand, mtd); in nuc900_nand_write_buf()114 static int nuc900_check_rb(struct nuc900_nand *nand) in nuc900_check_rb()127 struct nuc900_nand *nand; in nuc900_nand_devready()130 nand = container_of(mtd, struct nuc900_nand, mtd); in nuc900_nand_devready()[all …]
47 obj-$(CONFIG_MTD_NAND_NUC900) += nuc900_nand.o
1616 F: drivers/mtd/nand/nuc900_nand.c