flash_command_table  292 drivers/scsi/aic94xx/aic94xx_init.c static struct flash_command flash_command_table[] =
flash_command_table  348 drivers/scsi/aic94xx/aic94xx_init.c 	for (i = 0; flash_command_table[i].code != FLASH_CMD_NONE; i++) {
flash_command_table  349 drivers/scsi/aic94xx/aic94xx_init.c 		if (!memcmp(flash_command_table[i].command,
flash_command_table  351 drivers/scsi/aic94xx/aic94xx_init.c 			flash_command = flash_command_table[i].code;
flash_command_table  565 drivers/scsi/pm8001/pm8001_ctl.c static struct flash_command flash_command_table[] =
flash_command_table  741 drivers/scsi/pm8001/pm8001_ctl.c 	for (i = 0; flash_command_table[i].code != FLASH_CMD_NONE; i++) {
flash_command_table  742 drivers/scsi/pm8001/pm8001_ctl.c 		if (!memcmp(flash_command_table[i].command,
flash_command_table  744 drivers/scsi/pm8001/pm8001_ctl.c 			flash_command = flash_command_table[i].code;