Home
last modified time | relevance | path

Searched refs:last_cmd (Results 1 – 11 of 11) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Datp870u.c56 unsigned char last_cmd; member
163 if (dev->last_cmd == 0xff) in atp870u_intr_handle()
165 dev->last_cmd = target_id; in atp870u_intr_handle()
167 dev->last_cmd |= 0x40; in atp870u_intr_handle()
172 if ((dev->last_cmd & 0xf0) != 0x40) in atp870u_intr_handle()
174 dev->last_cmd = 0xff; in atp870u_intr_handle()
191 if (((dev->quhdu != dev->quendu) || (dev->last_cmd != 0xff)) && in atp870u_intr_handle()
205 dev->last_cmd |= 0x40; in atp870u_intr_handle()
212 if ((dev->last_cmd & 0xf0) != 0x40) in atp870u_intr_handle()
214 dev->last_cmd = 0xff; in atp870u_intr_handle()
[all …]
/linux-2.4.37.9/drivers/net/
Deepro100.c471 struct descriptor *last_cmd; /* Last command sent. */ member
995 sp->last_cmd = 0; in speedo_open()
1123 if (sp->last_cmd) in speedo_resume()
1124 clear_suspend(sp->last_cmd); in speedo_resume()
1125 sp->last_cmd = ias_cmd; in speedo_resume()
1485 clear_suspend(sp->last_cmd);
1490 sp->last_cmd = (struct descriptor *)&sp->tx_ring[entry];
2114 struct descriptor *last_cmd; local
2143 last_cmd = sp->last_cmd;
2144 sp->last_cmd = (struct descriptor *)&sp->tx_ring[entry];
[all …]
Dlp486e.c352 unsigned long last_cmd; member
576 lp->last_cmd = jiffies; in i596_scp_setup()
834 int tickssofar = jiffies - lp->last_cmd; in i596_add_cmd()
1162 lp->last_cmd = jiffies; in i596_handle_CU_completion()
D82596.c330 unsigned long last_cmd; member
668 lp->last_cmd = jiffies; in init_i596_mem()
993 unsigned long tickssofar = jiffies - lp->last_cmd; in i596_add_cmd()
1355 lp->last_cmd = jiffies; in i596_interrupt()
Dlasi_82596.c384 u32 last_cmd; member
657 lp->last_cmd = jiffies; in init_i596_mem()
980 unsigned long tickssofar = jiffies - lp->last_cmd; in i596_add_cmd()
1360 lp->last_cmd = jiffies; in i596_interrupt()
/linux-2.4.37.9/arch/ppc/xmon/
Dxmon.c385 static char *last_cmd; variable
393 last_cmd = NULL; in cmds()
404 if (last_cmd == NULL) in cmds()
406 take_input(last_cmd); in cmds()
407 last_cmd = NULL; in cmds()
1201 last_cmd = "m\n"; in memex()
1362 last_cmd = "di\n"; in dump()
1369 last_cmd = "d\n"; in dump()
1511 last_cmd = "ml"; in memlocate()
/linux-2.4.37.9/arch/ppc64/xmon/
Dxmon.c513 static char *last_cmd; variable
521 last_cmd = NULL; in cmds()
536 if (last_cmd == NULL) in cmds()
538 take_input(last_cmd); in cmds()
539 last_cmd = NULL; in cmds()
1549 last_cmd = "m\n"; in memex()
1719 last_cmd = "di\n"; in dump()
1726 last_cmd = "d\n"; in dump()
1868 last_cmd = "ml"; in memlocate()
/linux-2.4.37.9/drivers/media/video/
Dplanb.c582 tab_cmd_dbdma(pb->gbuf[pb->last_fr].last_cmd, in overlay_start()
656 memcpy(&last, (void*)pb->gbuf[fr].last_cmd, sizeof(last)); in suspend_overlay()
657 tab_cmd_dbdma(pb->gbuf[fr].last_cmd, DBDMA_STOP, 0); in suspend_overlay()
682 memcpy((void*)pb->gbuf[pb->suspended.frame].last_cmd, in resume_overlay()
705 writel(virt_to_bus(pb->gbuf[pb->suspended.frame].last_cmd), in resume_overlay()
1069 gbuf->last_cmd = setup_grab_cmd(fr, pb); in vgrab()
1089 tab_cmd_dbdma(gbuf->last_cmd, DBDMA_STOP, 0); in vgrab()
1108 tab_cmd_dbdma(gbuf->last_cmd, DBDMA_NOP | BR_ALWAYS, in vgrab()
1145 tab_cmd_dbdma(pb->gbuf[pb->prev_last_fr].last_cmd, in vgrab()
1163 tab_cmd_dbdma(pb->gbuf[pb->prev_last_fr].last_cmd, in vgrab()
[all …]
Dplanb.h269 dbdma_cmd_ptr last_cmd; member
/linux-2.4.37.9/drivers/net/e100/
De100.h952 u8 last_cmd; member
De100_main.c444 bdp->last_cmd, bdp->last_sub_cmd); in e100_wait_exec_simple()
453 bdp->last_cmd = scb_cmd_low; in e100_wait_exec_simple()
474 bdp->last_cmd, bdp->last_sub_cmd); in e100_wait_exec_cmplx()
483 bdp->last_cmd = cmd; in e100_wait_exec_cmplx()
2780 bdp->last_cmd = 0; in e100_sw_reset()