Searched refs:flash_sect_t (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/drivers/mtd/ |
D | cfi_flash.c | 197 unsigned long flash_sector_size(flash_info_t *info, flash_sect_t sect) in flash_sector_size() 209 flash_map(flash_info_t *info, flash_sect_t sect, uint offset) in flash_map() 216 static inline void flash_unmap(flash_info_t *info, flash_sect_t sect, in flash_unmap() 320 static ulong flash_read_long (flash_info_t *info, flash_sect_t sect, in flash_read_long() 356 static void flash_write_cmd(flash_info_t *info, flash_sect_t sect, in flash_write_cmd() 404 static void flash_unlock_seq(flash_info_t *info, flash_sect_t sect) in flash_unlock_seq() 412 static int flash_isequal(flash_info_t *info, flash_sect_t sect, uint offset, in flash_isequal() 460 static int flash_isset(flash_info_t *info, flash_sect_t sect, uint offset, in flash_isset() 493 static int flash_toggle(flash_info_t *info, flash_sect_t sect, uint offset, in flash_toggle() 531 static int flash_is_busy(flash_info_t *info, flash_sect_t sect) in flash_is_busy() [all …]
|
D | st_smi.c | 535 flash_sect_t sect; in flash_erase()
|
/external/u-boot/include/ |
D | flash.h | 58 typedef unsigned long flash_sect_t; typedef 93 extern unsigned long flash_sector_size(flash_info_t *info, flash_sect_t sect);
|