Searched refs:flash_erase (Results 1 - 10 of 10) sorted by relevance

/u-boot/post/drivers/
H A Dflash.c81 ret = flash_erase(info, n, n + 1);
/u-boot/cmd/
H A Dflash.c321 rcode = flash_erase(info, 0, info->sector_count - 1);
334 rcode = flash_erase(info, sect_first, sect_last);
375 rcode = flash_erase(info, 0, info->sector_count - 1);
418 rcode = flash_erase(info, s_first[bank],
/u-boot/drivers/mtd/
H A Dstm32_flash.c81 int flash_erase(flash_info_t *info, int first, int last) function
H A Dcfi_mtd.c52 error = flash_erase(fi, s_first, s_last);
H A Daltera_qspi.c86 int flash_erase(flash_info_t *info, int s_first, int s_last) function
H A Dcfi_flash.c1056 int flash_erase(flash_info_t *info, int s_first, int s_last) function
/u-boot/arch/arm/mach-at91/arm926ejs/
H A Deflash.c208 int flash_erase(flash_info_t *info, int s_first, int s_last) function
/u-boot/board/cobra5272/
H A Dflash.c133 int flash_erase(flash_info_t *info, int s_first, int s_last) function
/u-boot/board/freescale/m5253demo/
H A Dflash.c164 int flash_erase(flash_info_t * info, int s_first, int s_last) function
/u-boot/include/
H A Dflash.h86 int flash_erase(flash_info_t *info, int s_first, int s_last);

Completed in 77 milliseconds