Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/pm8001/
Dpm8001_ctl.c645 struct flash_command { struct
650 static struct flash_command flash_command_table[] = argument
800 int flash_command = FLASH_CMD_NONE; in pm8001_store_update_fw() local
829 flash_command = flash_command_table[i].code; in pm8001_store_update_fw()
833 if (flash_command == FLASH_CMD_NONE) { in pm8001_store_update_fw()
852 if (FLASH_CMD_UPDATE == flash_command) in pm8001_store_update_fw()
/Linux-v5.10/drivers/scsi/aic94xx/
Daic94xx_init.c291 struct flash_command { struct
296 static struct flash_command flash_command_table[] = argument
335 int flash_command = FLASH_CMD_NONE; in asd_store_update_bios() local
355 flash_command = flash_command_table[i].code; in asd_store_update_bios()
359 if (flash_command == FLASH_CMD_NONE) { in asd_store_update_bios()
412 if (flash_command == FLASH_CMD_UPDATE) { in asd_store_update_bios()