Lines Matching defs:start

1324 **	start or restart the data structure (nexus).
1511 ** Mini-script used at CCB execution start-up.
1516 struct launch start;
1687 ** SCRIPTS processor in order to start SCSI commands.
1692 u16 queuedccbs; /* Number of CCBs in start queue*/
1795 ncrcmd start [ 5];
2205 ** start of the first MOVE of a DATA IN phase.
2358 PADDR (start),
2423 ** ... start the next command.
2426 PADDR(start),
2447 PADDR(start),
2467 PADDR (start),
2578 PADDR(start),
3213 PADDR (start),
3246 ** lastp --> start pointer when DATA_IN
3248 ** wlastp --> start pointer when DATA_OUT
3359 ** and jump to start point.
3371 PADDR (start),
3373 PADDR (start),
3377 ** Repair start queue (e.g. next time use the next slot)
3378 ** and jump to start point.
3384 PADDR (start),
3515 ncrcmd *start, *end;
3519 start = src;
3536 ncr_name(np), (int) (src-start-1));
3566 ncr_name(np), (int) (src-start-1));
4317 ** If direction is unknown, start at data_io.
4348 cp->start.schedule.l_paddr = cpu_to_scr(NCB_SCRIPT_PHYS (np, select));
4385 ** Critical region: start this job.
4394 ** insert next CCBs into start queue.
4412 ** Insert a CCB into the start queue and wake up the
4445 ** insert into start queue.
4453 np->scripth->tryloop [np->squeueput] = cpu_to_scr(CCB_PHYS (cp, start));
4669 cp->start.schedule.l_paddr =
5090 cp->start.schedule.l_paddr =
5348 OUTL_DSP (NCB_SCRIPT_PHYS (np, start));
5805 ** dsp: script address (relative to start of script).
6098 ** repair start queue and jump to start point.
6547 ** the same order as the chip start queue, disconnected CCBs
6558 cp2->start.schedule.l_paddr =
6584 ** Requeue the command to the start queue.
6652 cp->start.schedule.l_paddr =
6659 cp->start.schedule.l_paddr =
6664 OUTL_DSP (NCB_SCRIPT_PHYS (np, start));
6706 OUTL(nc_dsp, NCB_SCRIPT_PHYS (np, start));
7324 ** Initialyze the start and restart launch script.
7329 cp->start.setup_dsa[0] = cpu_to_scr(copy_4);
7330 cp->start.setup_dsa[1] = cpu_to_scr(CCB_PHYS(cp, start.p_phys));
7331 cp->start.setup_dsa[2] = cpu_to_scr(ncr_reg_bus_addr(nc_dsa));
7332 cp->start.schedule.l_cmd = cpu_to_scr(SCR_JUMP);
7333 cp->start.p_phys = cpu_to_scr(CCB_PHYS(cp, phys));
7335 memcpy(&cp->restart, &cp->start, sizeof(cp->restart));
7337 cp->start.schedule.l_paddr = cpu_to_scr(NCB_SCRIPT_PHYS (np, idle));
7760 printk ("start=%08lx, pc=%08lx, end=%08lx\n",
8158 ** It may happen that we cannot insert a scsi command into the start queue,
8284 * start the timer daemon.
8423 np->script0->start[0] =
8481 /* start the timeout daemon */