Home
last modified time | relevance | path

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

/aosp_15_r20/external/flashrom/
H A Dspi.c183 } function_opcode_list[] = { variable
227 for (i = 0; i < ARRAY_SIZE(function_opcode_list); i++) { in spi_get_opcode_from_erasefn()
228 if (function_opcode_list[i].func == func) in spi_get_opcode_from_erasefn()
229 return function_opcode_list[i].opcode; in spi_get_opcode_from_erasefn()