Searched refs:flash_command_table (Results 1 – 2 of 2) sorted by relevance
317 static struct flash_command flash_command_table[] = variable484 for (i = 0; flash_command_table[i].code != FLASH_CMD_NONE; i++) { in pm8001_store_update_fw()485 if (!memcmp(flash_command_table[i].command, in pm8001_store_update_fw()487 flash_command = flash_command_table[i].code; in pm8001_store_update_fw()
324 static struct flash_command flash_command_table[] = variable380 for (i = 0; flash_command_table[i].code != FLASH_CMD_NONE; i++) { in asd_store_update_bios()381 if (!memcmp(flash_command_table[i].command, in asd_store_update_bios()383 flash_command = flash_command_table[i].code; in asd_store_update_bios()