Searched refs:varLdArea (Results 1 – 2 of 2) sorted by relevance
5246 while (mb->un.varLdArea.progress != RSP_ERASE_COMPLETE) { in emlxs_proc_abs_2mb()5247 NextAddr = mb->un.varLdArea.dl_to_adr; in emlxs_proc_abs_2mb()5317 RspProgress = mb->un.varLdArea.progress; in emlxs_proc_abs_2mb()5384 mb->un.varLdArea.update_flash = 1; in emlxs_format_load_area_cmd()5385 mb->un.varLdArea.erase_or_prog = Function; in emlxs_format_load_area_cmd()5386 mb->un.varLdArea.dl_to_adr = Base; in emlxs_format_load_area_cmd()5387 mb->un.varLdArea.dl_len = DlByteCount; in emlxs_format_load_area_cmd()5388 mb->un.varLdArea.load_cmplt = Complete; in emlxs_format_load_area_cmd()5389 mb->un.varLdArea.method = DL_FROM_SLIM; in emlxs_format_load_area_cmd()5390 mb->un.varLdArea.area_id = AreaId; in emlxs_format_load_area_cmd()[all …]
2604 LOAD_AREA_VAR varLdArea; /* cmd = 0x81 (LOAD_AREA) */ member