Lines Matching refs:info

172 ulong board_flash_get_legacy (ulong base, int banknum, flash_info_t * info)  in board_flash_get_legacy()  argument
181 info->flash_id = 0x01000000; in board_flash_get_legacy()
182 info->portwidth = 1; in board_flash_get_legacy()
183 info->chipwidth = 1; in board_flash_get_legacy()
184 info->buffer_size = 1; in board_flash_get_legacy()
185 info->erase_blk_tout = 16384; in board_flash_get_legacy()
186 info->write_tout = 2; in board_flash_get_legacy()
187 info->buffer_write_tout = 5; in board_flash_get_legacy()
188 info->vendor = 0xFFF0; /* CFI_CMDSET_AMD_LEGACY */ in board_flash_get_legacy()
189 info->cmd_reset = 0x00F0; in board_flash_get_legacy()
190 info->interface = FLASH_CFI_X8; in board_flash_get_legacy()
191 info->legacy_unlock = 0; in board_flash_get_legacy()
192 info->manufacturer_id = (u16) ATM_MANUFACT; in board_flash_get_legacy()
193 info->device_id = ATM_ID_LV040; in board_flash_get_legacy()
194 info->device_id2 = 0; in board_flash_get_legacy()
196 info->ext_addr = 0; in board_flash_get_legacy()
197 info->cfi_version = 0x3133; in board_flash_get_legacy()
198 info->cfi_offset = 0x0000; in board_flash_get_legacy()
199 info->addr_unlock1 = 0x00000555; in board_flash_get_legacy()
200 info->addr_unlock2 = 0x000002AA; in board_flash_get_legacy()
201 info->name = "CFI conformant"; in board_flash_get_legacy()
203 info->size = 0; in board_flash_get_legacy()
204 info->sector_count = CONFIG_SYS_ATMEL_TOTALSECT; in board_flash_get_legacy()
205 info->start[0] = base; in board_flash_get_legacy()
207 info->size += sect[i] * sectsz[i]; in board_flash_get_legacy()
210 info->start[k + 1] = info->start[k] + sectsz[i]; in board_flash_get_legacy()
211 info->protect[k] = 0; in board_flash_get_legacy()