Home
last modified time | relevance | path

Searched refs:sub_block_end (Results 1 – 1 of 1) sorted by relevance

/external/flashrom/
Derasure_layout.c194 int sub_block_start, const int sub_block_end) in deselect_erase_functions() argument
196 for (int j = sub_block_start; j <= sub_block_end; j++) in deselect_erase_functions()
202 layout[index_to_deselect].layout_list[sub_block_end].last_sub_block_index; in deselect_erase_functions()
242 const int sub_block_end = ll->last_sub_block_index; in select_erase_functions() local
244 for (int j = sub_block_start; j <= sub_block_end; j++) { in select_erase_functions()
251 const int total_blocks = sub_block_end - sub_block_start + 1; in select_erase_functions()
261 sub_block_end); in select_erase_functions()