Searched refs:flash_command_table (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.c317 static struct flash_command flash_command_table[] = variable in typeref:struct:flash_command
484 for (i = 0; flash_command_table[i].code != FLASH_CMD_NONE; i++) {
485 if (!memcmp(flash_command_table[i].command,
487 flash_command = flash_command_table[i].code;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic94xx/
H A Daic94xx_init.c326 static struct flash_command flash_command_table[] = variable in typeref:struct:flash_command
382 for (i = 0; flash_command_table[i].code != FLASH_CMD_NONE; i++) {
383 if (!memcmp(flash_command_table[i].command,
385 flash_command = flash_command_table[i].code;

Completed in 282 milliseconds