Searched defs:s_first (Results 1 – 10 of 10) sorted by relevance
/u-boot/cmd/ |
A D | flash.c | 191 int *s_first, int *s_last, in flash_fill_sect_ranges() 401 int s_first[CONFIG_SYS_MAX_FLASH_BANKS], s_last[CONFIG_SYS_MAX_FLASH_BANKS]; in flash_sect_erase() local 599 int s_first[CONFIG_SYS_MAX_FLASH_BANKS], s_last[CONFIG_SYS_MAX_FLASH_BANKS]; in flash_sect_protect() local
|
/u-boot/arch/arm/mach-at91/arm926ejs/ |
A D | eflash.c | 207 int flash_erase(flash_info_t *info, int s_first, int s_last) in flash_erase()
|
/u-boot/board/freescale/m5253demo/ |
A D | flash.c | 180 int flash_erase(flash_info_t * info, int s_first, int s_last) in flash_erase()
|
/u-boot/drivers/mtd/ |
A D | cfi_mtd.c | 29 int s_first = -1; in cfi_mtd_erase() local
|
A D | pic32_flash.c | 110 int flash_erase(flash_info_t *info, int s_first, int s_last) in flash_erase()
|
A D | st_smi.c | 532 int flash_erase(flash_info_t *info, int s_first, int s_last) in flash_erase()
|
A D | altera_qspi.c | 86 int flash_erase(flash_info_t *info, int s_first, int s_last) in flash_erase()
|
A D | cfi_flash.c | 1063 int flash_erase(flash_info_t *info, int s_first, int s_last) in flash_erase()
|
/u-boot/board/cobra5272/ |
A D | flash.c | 133 int flash_erase(flash_info_t *info, int s_first, int s_last) in flash_erase()
|
/u-boot/fs/ext4/ |
A D | ext4_journal.h | 67 __be32 s_first; /* first block of log information */ member
|
Completed in 25 milliseconds