Searched refs:move_entries (Results 1 – 1 of 1) sorted by relevance
153 int move_entries; in swap_read_status_bytes() local204 move_entries = BOOT_MAX_IMG_SECTORS * BOOT_STATUS_MOVE_STATE_COUNT; in swap_read_status_bytes()207 } else if (found_idx < move_entries) { in swap_read_status_bytes()213 bs->idx = ((found_idx - move_entries) / BOOT_STATUS_SWAP_STATE_COUNT) + BOOT_STATUS_IDX_0; in swap_read_status_bytes()214 … bs->state = ((found_idx - move_entries) % BOOT_STATUS_SWAP_STATE_COUNT) + BOOT_STATUS_STATE_0; in swap_read_status_bytes()