Searched defs:sect (Results 1 – 13 of 13) sorted by relevance
/u-boot/drivers/mtd/ |
A D | cfi_flash.c | 205 unsigned long flash_sector_size(flash_info_t *info, flash_sect_t sect) in flash_sector_size() 217 flash_map(flash_info_t *info, flash_sect_t sect, uint offset) in flash_map() 224 static inline void flash_unmap(flash_info_t *info, flash_sect_t sect, in flash_unmap() 328 static ulong flash_read_long (flash_info_t *info, flash_sect_t sect, in flash_read_long() 364 static void flash_write_cmd(flash_info_t *info, flash_sect_t sect, in flash_write_cmd() 412 static void flash_unlock_seq(flash_info_t *info, flash_sect_t sect) in flash_unlock_seq() 468 static int flash_isset(flash_info_t *info, flash_sect_t sect, uint offset, in flash_isset() 501 static int flash_toggle(flash_info_t *info, flash_sect_t sect, uint offset, in flash_toggle() 539 static int flash_is_busy(flash_info_t *info, flash_sect_t sect) in flash_is_busy() 797 flash_sect_t sect = 0; in flash_write_cfiword() local [all …]
|
A D | pic32_flash.c | 113 int prot, sect; in flash_erase() local 181 int page_erase(flash_info_t *info, int sect) in page_erase() 358 int sect; in pic32_flash_bank_init() local
|
A D | cfi_mtd.c | 31 int error, sect; in cfi_mtd_erase() local 137 int sect; in cfi_mtd_set_erasesize() local
|
A D | st_smi.c | 536 flash_sect_t sect; in flash_erase() local
|
A D | altera_qspi.c | 144 u32 sect; in altera_qspi_erase() local
|
/u-boot/fs/ext4/ |
A D | dev.c | 60 int sect = SUPERBLOCK_START >> fs->dev_desc->log2blksz; in ext4_read_superblock() local
|
/u-boot/board/freescale/m54455evb/ |
A D | m54455evb.c | 174 int sect[] = CONFIG_SYS_ATMEL_SECT; in board_flash_get_legacy() local
|
/u-boot/board/freescale/m5253demo/ |
A D | flash.c | 183 int flag, prot, sect, count; in flash_erase() local
|
/u-boot/board/cobra5272/ |
A D | flash.c | 136 int iflag, cflag, prot, sect; in flash_erase() local
|
/u-boot/cmd/ |
A D | flash.c | 209 int sect; in flash_fill_sect_ranges() local
|
/u-boot/include/ |
A D | fat.h | 195 static inline u32 sect_to_clust(fsdata *fsdata, int sect) in sect_to_clust()
|
/u-boot/fs/fat/ |
A D | fat.c | 814 u32 sect; in fat_next_cluster() local
|
/u-boot/tools/ |
A D | mxsimage.c | 147 struct sb_section_ctx *sect; member
|
Completed in 21 milliseconds