Lines Matching refs:ulong
19 ulong size; /* total bank size in bytes */
21 ulong flash_id; /* combined device & manufacturer code */
22 ulong start[CONFIG_SYS_MAX_FLASH_SECT]; /* virtual sector start address */
28 ulong erase_blk_tout; /* maximum block erase timeout */
29 ulong write_tout; /* maximum write timeout */
30 ulong buffer_write_tout; /* maximum buffer write timeout */
42 ulong addr_unlock1; /* unlock address 1 for AMD flash roms */
43 ulong addr_unlock2; /* unlock address 2 for AMD flash roms */
90 extern int flash_sect_erase (ulong addr_first, ulong addr_last);
91 extern int flash_sect_protect (int flag, ulong addr_first, ulong addr_last);
92 extern int flash_sect_roundb (ulong *addr);
97 extern void flash_protect (int flag, ulong from, ulong to, flash_info_t *info);
98 extern int flash_write (char *, ulong, ulong);
99 extern flash_info_t *addr2info (ulong);
100 extern int write_buff (flash_info_t *info, uchar *src, ulong addr, ulong cnt);
115 extern ulong board_flash_get_legacy(ulong base, int banknum, flash_info_t *info);
116 extern int jedec_flash_match(flash_info_t *info, ulong base);