Home
last modified time | relevance | path

Searched defs:nand_ops (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/linux/mtd/
H A Dnand.h151 struct nand_ops { struct
152 int (*erase)(struct nand_device *nand, const struct nand_pos *pos);
153 int (*markbad)(struct nand_device *nand, const struct nand_pos *pos);
154 bool (*isbad)(struct nand_device *nand, const struct nand_pos *pos);
/openbmc/linux/include/linux/mtd/
H A Dnand.h225 struct nand_ops { struct
226 int (*erase)(struct nand_device *nand, const struct nand_pos *pos);
227 int (*markbad)(struct nand_device *nand, const struct nand_pos *pos);
228 bool (*isbad)(struct nand_device *nand, const struct nand_pos *pos);
/openbmc/qemu/hw/cris/
H A Daxis_dev88.c82 static const MemoryRegionOps nand_ops = { variable
/openbmc/linux/drivers/memory/
H A Domap-gpmc.c1139 static struct gpmc_nand_ops nand_ops = { variable