Home
last modified time | relevance | path

Searched refs:erase_block (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/char/
H A Dnwflash.c45 static int erase_block(int nBlock);
210 rc = erase_block(nBlock); in flash_write()
292 static int erase_block(int nBlock) in erase_block() function
/OK3568_Linux_fs/kernel/drivers/mtd/
H A Drfd_ftl.c271 static int erase_block(struct partition *part, int block) in erase_block() function
374 rc = erase_block(part, block_no); in move_block_contents()
472 rc = erase_block(part, best_block); in reclaim_block()
496 erase_block(part, block); in find_free_block()
579 rc = erase_block(part, block); in mark_sector_deleted()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/
H A D0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch278 @@ -243,7 +243,7 @@ static void check_erase_block(struct erase_block_info *erase_block, int fd)
281 fprintf(stderr, "block no. = %d\n" , erase_block->block_number);
287 @@ -254,7 +254,7 @@ static void check_erase_block(struct erase_block_info *erase_block, int fd)
296 @@ -279,7 +279,7 @@ static void check_erase_block(struct erase_block_info *erase_block, int fd)
299 fprintf(stderr, "block no. = %d\n" , erase_block->block_number);
/OK3568_Linux_fs/kernel/drivers/mtd/devices/
H A Dlart.c325 static inline int erase_block (__u32 offset) in erase_block() function
413 if (!erase_block (addr)) in flash_erase()
/OK3568_Linux_fs/kernel/include/pcmcia/
H A Dcistpl.h491 u_int erase_block; member
/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A Dfastmap.c1361 static int erase_block(struct ubi_device *ubi, int pnum) in erase_block() function
1538 ret = erase_block(ubi, old_fm->e[i]->pnum); in ubi_update_fastmap()
1589 ret = erase_block(ubi, old_fm->e[0]->pnum); in ubi_update_fastmap()
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dfastmap.c1401 static int erase_block(struct ubi_device *ubi, int pnum) in erase_block() function
1581 ret = erase_block(ubi, old_fm->e[i]->pnum); in ubi_update_fastmap()
1633 ret = erase_block(ubi, old_fm->e[0]->pnum); in ubi_update_fastmap()
/OK3568_Linux_fs/kernel/drivers/mtd/maps/
H A Dpcmciamtd.c404 pr_debug("region: %d erase_block = %u\n", i, t->geo[i].erase_block); in pcmciamtd_cistpl_geo()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dqcom_nandc.c1214 static int erase_block(struct qcom_nand_host *host, int page_addr) in erase_block() function
1466 ret = erase_block(host, page_addr); in qcom_nandc_command()
/OK3568_Linux_fs/kernel/drivers/pcmcia/
H A Dcistpl.c1214 geo->geo[n].erase_block = 1 << (p[1]-1); in parse_device_geo()