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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/pm8001/
H A Dpm8001_ctl.c312 struct flash_command { struct
317 static struct flash_command flash_command_table[] =
465 int flash_command = FLASH_CMD_NONE; local
487 flash_command = flash_command_table[i].code;
491 if (flash_command == FLASH_CMD_NONE) {
512 switch (flash_command) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic94xx/
H A Daic94xx_init.c321 struct flash_command { struct
326 static struct flash_command flash_command_table[] =
365 int flash_command = FLASH_CMD_NONE; local
385 flash_command = flash_command_table[i].code;
389 if (flash_command == FLASH_CMD_NONE) {
442 if (flash_command == FLASH_CMD_UPDATE) {

Completed in 115 milliseconds