Searched defs:nand_ops (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/rkflash/ |
| H A D | flash_com.h | 62 struct nand_ops { struct 63 s32 (*get_bad_blk_list)(u16 *table, u32 die); 64 u32 (*erase_blk)(u8 cs, u32 page_addr); 65 u32 (*prog_page)(u8 cs, u32 page_addr, u32 *data, u32 *spare); 66 u32 (*read_page)(u8 cs, u32 page_addr, u32 *data, u32 *spare); 67 void (*bch_sel)(u8 bits); 68 void (*set_sec_num)(u8 num);
|
| /OK3568_Linux_fs/u-boot/drivers/rkflash/ |
| H A D | flash_com.h | 64 struct nand_ops { struct 65 s32 (*get_bad_blk_list)(u16 *table, u32 die); 66 u32 (*erase_blk)(u8 cs, u32 page_addr); 67 u32 (*prog_page)(u8 cs, u32 page_addr, u32 *data, u32 *spare); 68 u32 (*read_page)(u8 cs, u32 page_addr, u32 *data, u32 *spare); 69 void (*bch_sel)(u8 bits); 70 void (*set_sec_num)(u8 num);
|
| /OK3568_Linux_fs/kernel/drivers/rk_nand/ |
| H A D | rk_nand_blk.c | 258 struct nand_blk_ops *nand_ops = dev->nand_ops; in rk_nand_next_request() local 329 struct nand_blk_ops *nand_ops = arg; in nand_gc_thread() local 439 static int nand_add_dev(struct nand_blk_ops *nand_ops, struct nand_part *part) in nand_add_dev() 514 static int nand_blk_register(struct nand_blk_ops *nand_ops) in nand_blk_register() 598 static void nand_blk_unregister(struct nand_blk_ops *nand_ops) in nand_blk_unregister()
|
| H A D | rk_nand_blk.h | 25 struct nand_blk_ops *nand_ops; member
|
| /OK3568_Linux_fs/u-boot/include/linux/mtd/ |
| H A D | nand.h | 162 struct nand_ops { struct 163 int (*erase)(struct nand_device *nand, const struct nand_pos *pos); 164 int (*markbad)(struct nand_device *nand, const struct nand_pos *pos); 165 bool (*isbad)(struct nand_device *nand, const struct nand_pos *pos);
|
| /OK3568_Linux_fs/kernel/include/linux/mtd/ |
| H A D | nand.h | 237 struct nand_ops { struct 238 int (*erase)(struct nand_device *nand, const struct nand_pos *pos); 239 int (*markbad)(struct nand_device *nand, const struct nand_pos *pos); 240 bool (*isbad)(struct nand_device *nand, const struct nand_pos *pos);
|
| /OK3568_Linux_fs/kernel/drivers/memory/ |
| H A D | omap-gpmc.c | 1069 static struct gpmc_nand_ops nand_ops = { variable
|