Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/pm8001/
Dpm8001_ctl.c494 static struct flash_command flash_command_table[] = variable
670 for (i = 0; flash_command_table[i].code != FLASH_CMD_NONE; i++) { in pm8001_store_update_fw()
671 if (!memcmp(flash_command_table[i].command, in pm8001_store_update_fw()
673 flash_command = flash_command_table[i].code; in pm8001_store_update_fw()
/linux-4.4.14/drivers/scsi/aic94xx/
Daic94xx_init.c311 static struct flash_command flash_command_table[] = variable
367 for (i = 0; flash_command_table[i].code != FLASH_CMD_NONE; i++) { in asd_store_update_bios()
368 if (!memcmp(flash_command_table[i].command, in asd_store_update_bios()
370 flash_command = flash_command_table[i].code; in asd_store_update_bios()