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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/bcm96345/src/
H A Dcfiflash.c47 static void flash_command(int command, byte sector, int offset, unsigned int data);
216 flash_command(FLASH_SERASE,sector,0,0);
230 flash_command(FLASH_SERASE,sector,0,0);
244 flash_command(FLASH_RESET,1,0,0);
263 flash_command(FLASH_AUTOSEL,sector,0,0);
270 flash_command(FLASH_RESET,sector,0,0);
282 flash_command(FLASH_CERASE,sector,0,0);
298 flash_command(FLASH_PROG, sector, offset, data);
331 flash_command(FLASH_SELECT, sector, 0, 0);
355 flash_command(FLASH_ESUSPEN
663 static void flash_command(int command, byte sector, int offset, function
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 108 milliseconds