Home
last modified time | relevance | path

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

/aosp_15_r20/external/flashrom/
H A Dspi25.c624 } spi25_function_opcode_list[] = { variable
645 for (i = 0; i < ARRAY_SIZE(spi25_function_opcode_list); i++) { in spi25_get_erasefn_from_opcode()
646 if (spi25_function_opcode_list[i].opcode == opcode) in spi25_get_erasefn_from_opcode()
647 return spi25_function_opcode_list[i].func; in spi25_get_erasefn_from_opcode()