Home
last modified time | relevance | path

Searched refs:flash_erase (Results 1 – 12 of 12) sorted by relevance

/external/u-boot/cmd/
Dflash.c319 rcode = flash_erase (info, 0, info->sector_count-1); in do_flerase()
331 rcode = flash_erase(info, sect_first, sect_last); in do_flerase()
373 rcode = flash_erase (info, 0, info->sector_count-1); in do_flerase()
418 rcode = flash_erase (info, s_first[bank], s_last[bank]); in flash_sect_erase()
/external/u-boot/post/drivers/
Dflash.c83 ret = flash_erase(info, n, n + 1); in flash_post_test()
/external/u-boot/drivers/mtd/
Dstm32_flash.c80 int flash_erase(flash_info_t *info, int first, int last) in flash_erase() function
Dcfi_mtd.c51 error = flash_erase(fi, s_first, s_last); in cfi_mtd_erase()
Dpic32_flash.c105 int flash_erase(flash_info_t *info, int s_first, int s_last) in flash_erase() function
Dst_smi.c531 int flash_erase(flash_info_t *info, int s_first, int s_last) in flash_erase() function
Daltera_qspi.c83 int flash_erase(flash_info_t *info, int s_first, int s_last) in flash_erase() function
Dcfi_flash.c1055 int flash_erase(flash_info_t *info, int s_first, int s_last) in flash_erase() function
/external/u-boot/arch/arm/mach-at91/arm926ejs/
Deflash.c205 int flash_erase (flash_info_t *info, int s_first, int s_last) in flash_erase() function
/external/u-boot/board/cobra5272/
Dflash.c128 int flash_erase (flash_info_t * info, int s_first, int s_last) in flash_erase() function
/external/u-boot/include/
Dflash.h89 extern int flash_erase (flash_info_t *, int, int);
/external/u-boot/board/freescale/m5253demo/
Dflash.c177 int flash_erase(flash_info_t * info, int s_first, int s_last) in flash_erase() function