Home
last modified time | relevance | path

Searched refs:flash_sect_t (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dcfi_flash.c198 unsigned long flash_sector_size(flash_info_t *info, flash_sect_t sect) in flash_sector_size()
210 flash_map(flash_info_t *info, flash_sect_t sect, uint offset) in flash_map()
217 static inline void flash_unmap(flash_info_t *info, flash_sect_t sect, in flash_unmap()
321 static ulong flash_read_long (flash_info_t *info, flash_sect_t sect, in flash_read_long()
357 static void flash_write_cmd(flash_info_t *info, flash_sect_t sect, in flash_write_cmd()
405 static void flash_unlock_seq(flash_info_t *info, flash_sect_t sect) in flash_unlock_seq()
413 static int flash_isequal(flash_info_t *info, flash_sect_t sect, uint offset, in flash_isequal()
461 static int flash_isset(flash_info_t *info, flash_sect_t sect, uint offset, in flash_isset()
494 static int flash_toggle(flash_info_t *info, flash_sect_t sect, uint offset, in flash_toggle()
532 static int flash_is_busy(flash_info_t *info, flash_sect_t sect) in flash_is_busy()
[all …]
H A Dst_smi.c536 flash_sect_t sect; in flash_erase()
/OK3568_Linux_fs/u-boot/include/
H A Dflash.h59 typedef unsigned long flash_sect_t; typedef
94 extern unsigned long flash_sector_size(flash_info_t *info, flash_sect_t sect);