Home
last modified time | relevance | path

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

/aosp_15_r20/external/flashrom/
H A 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()
200 layout[index_to_deselect].layout_list[sub_block_start].first_sub_block_index; in deselect_erase_functions()
241 const int sub_block_start = ll->first_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()
260 sub_block_start, in select_erase_functions()