Searched refs:erase_block (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/char/ |
H A D | nwflash.c | 45 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
|
/openbmc/linux/drivers/mtd/ |
H A D | rfd_ftl.c | 268 static int erase_block(struct partition *part, int block) in erase_block() function 371 rc = erase_block(part, block_no); in move_block_contents() 469 rc = erase_block(part, best_block); in reclaim_block() 493 erase_block(part, block); in find_free_block() 576 rc = erase_block(part, block); in mark_sector_deleted()
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/ |
H A D | 0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch | 278 @@ -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);
|
/openbmc/linux/include/pcmcia/ |
H A D | cistpl.h | 491 u_int erase_block; member
|
/openbmc/u-boot/drivers/mtd/ubi/ |
H A D | fastmap.c | 1360 static int erase_block(struct ubi_device *ubi, int pnum) in erase_block() function 1537 ret = erase_block(ubi, old_fm->e[i]->pnum); in ubi_update_fastmap() 1588 ret = erase_block(ubi, old_fm->e[0]->pnum); in ubi_update_fastmap()
|
/openbmc/linux/drivers/mtd/ubi/ |
H A D | fastmap.c | 1400 static int erase_block(struct ubi_device *ubi, int pnum) in erase_block() function 1580 ret = erase_block(ubi, old_fm->e[i]->pnum); in ubi_update_fastmap() 1632 ret = erase_block(ubi, old_fm->e[0]->pnum); in ubi_update_fastmap()
|
/openbmc/linux/drivers/mtd/maps/ |
H A D | pcmciamtd.c | 404 pr_debug("region: %d erase_block = %u\n", i, t->geo[i].erase_block); in pcmciamtd_cistpl_geo()
|
/openbmc/linux/drivers/pcmcia/ |
H A D | cistpl.c | 1214 geo->geo[n].erase_block = 1 << (p[1]-1); in parse_device_geo()
|