Searched refs:flash_erase (Results 1 – 12 of 12) sorted by relevance
/external/u-boot/cmd/ |
D | flash.c | 319 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/ |
D | flash.c | 83 ret = flash_erase(info, n, n + 1); in flash_post_test()
|
/external/u-boot/drivers/mtd/ |
D | stm32_flash.c | 80 int flash_erase(flash_info_t *info, int first, int last) in flash_erase() function
|
D | cfi_mtd.c | 51 error = flash_erase(fi, s_first, s_last); in cfi_mtd_erase()
|
D | pic32_flash.c | 105 int flash_erase(flash_info_t *info, int s_first, int s_last) in flash_erase() function
|
D | st_smi.c | 531 int flash_erase(flash_info_t *info, int s_first, int s_last) in flash_erase() function
|
D | altera_qspi.c | 83 int flash_erase(flash_info_t *info, int s_first, int s_last) in flash_erase() function
|
D | cfi_flash.c | 1055 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/ |
D | eflash.c | 205 int flash_erase (flash_info_t *info, int s_first, int s_last) in flash_erase() function
|
/external/u-boot/board/cobra5272/ |
D | flash.c | 128 int flash_erase (flash_info_t * info, int s_first, int s_last) in flash_erase() function
|
/external/u-boot/include/ |
D | flash.h | 89 extern int flash_erase (flash_info_t *, int, int);
|
/external/u-boot/board/freescale/m5253demo/ |
D | flash.c | 177 int flash_erase(flash_info_t * info, int s_first, int s_last) in flash_erase() function
|