Searched refs:flash_info_t (Results 1 – 1 of 1) sorted by relevance
| /include/ |
| A D | flash.h | 53 } flash_info_t; typedef 55 extern flash_info_t flash_info[]; /* info for FLASH chips */ 87 void flash_print_info(flash_info_t *info); 88 int flash_erase(flash_info_t *info, int s_first, int s_last); 92 unsigned long flash_sector_size(flash_info_t *info, flash_sect_t sect); 93 void flash_cmd_reset(flash_info_t *info); 97 void flash_protect(int flag, ulong from, ulong to, flash_info_t *info); 99 flash_info_t *addr2info(ulong addr); 100 int write_buff(flash_info_t *info, uchar *src, ulong addr, ulong cnt); 109 extern int flash_real_protect(flash_info_t *info, long sector, int prot); [all …]
|
Completed in 4 milliseconds