flash_command     292 drivers/scsi/aic94xx/aic94xx_init.c static struct flash_command flash_command_table[] =
flash_command     331 drivers/scsi/aic94xx/aic94xx_init.c 	int flash_command = FLASH_CMD_NONE;
flash_command     351 drivers/scsi/aic94xx/aic94xx_init.c 			flash_command = flash_command_table[i].code;
flash_command     355 drivers/scsi/aic94xx/aic94xx_init.c 	if (flash_command == FLASH_CMD_NONE) {
flash_command     408 drivers/scsi/aic94xx/aic94xx_init.c 	if (flash_command == FLASH_CMD_UPDATE) {
flash_command     565 drivers/scsi/pm8001/pm8001_ctl.c static struct flash_command flash_command_table[] =
flash_command     715 drivers/scsi/pm8001/pm8001_ctl.c 	int flash_command = FLASH_CMD_NONE;
flash_command     744 drivers/scsi/pm8001/pm8001_ctl.c 			flash_command = flash_command_table[i].code;
flash_command     748 drivers/scsi/pm8001/pm8001_ctl.c 	if (flash_command == FLASH_CMD_NONE) {
flash_command     767 drivers/scsi/pm8001/pm8001_ctl.c 	if (FLASH_CMD_UPDATE == flash_command)