Searched refs:function_opcode_list (Results 1 – 1 of 1) sorted by relevance
183 } function_opcode_list[] = { variable227 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()