Lines Matching defs:start

1326 **	start or restart the data structure (nexus).
1508 ** Mini-script used at CCB execution start-up.
1513 struct launch start;
1684 ** SCRIPTS processor in order to start SCSI commands.
1689 u16 queuedccbs; /* Number of CCBs in start queue*/
1792 ncrcmd start [ 5];
2177 ** start of the first MOVE of a DATA IN phase.
2330 PADDR (start),
2395 ** ... start the next command.
2398 PADDR(start),
2419 PADDR(start),
2439 PADDR (start),
2550 PADDR(start),
3185 PADDR (start),
3218 ** lastp --> start pointer when DATA_IN
3220 ** wlastp --> start pointer when DATA_OUT
3331 ** and jump to start point.
3343 PADDR (start),
3345 PADDR (start),
3349 ** Repair start queue (e.g. next time use the next slot)
3350 ** and jump to start point.
3356 PADDR (start),
3487 ncrcmd *start, *end;
3491 start = src;
3508 ncr_name(np), (int) (src-start-1));
3538 ncr_name(np), (int) (src-start-1));
4289 ** If direction is unknown, start at data_io.
4320 cp->start.schedule.l_paddr = cpu_to_scr(NCB_SCRIPT_PHYS (np, select));
4353 ** Critical region: start this job.
4362 ** insert next CCBs into start queue.
4380 ** Insert a CCB into the start queue and wake up the
4413 ** insert into start queue.
4421 np->scripth->tryloop [np->squeueput] = cpu_to_scr(CCB_PHYS (cp, start));
4949 cp->start.schedule.l_paddr =
5207 OUTL_DSP (NCB_SCRIPT_PHYS (np, start));
5639 ** dsp: script address (relative to start of script).
5932 ** repair start queue and jump to start point.
6381 ** the same order as the chip start queue, disconnected CCBs
6392 cp2->start.schedule.l_paddr =
6418 ** Requeue the command to the start queue.
6486 cp->start.schedule.l_paddr =
6493 cp->start.schedule.l_paddr =
6498 OUTL_DSP (NCB_SCRIPT_PHYS (np, start));
6540 OUTL(nc_dsp, NCB_SCRIPT_PHYS (np, start));
7158 ** Initialyze the start and restart launch script.
7163 cp->start.setup_dsa[0] = cpu_to_scr(copy_4);
7164 cp->start.setup_dsa[1] = cpu_to_scr(CCB_PHYS(cp, start.p_phys));
7165 cp->start.setup_dsa[2] = cpu_to_scr(ncr_reg_bus_addr(nc_dsa));
7166 cp->start.schedule.l_cmd = cpu_to_scr(SCR_JUMP);
7167 cp->start.p_phys = cpu_to_scr(CCB_PHYS(cp, phys));
7169 memcpy(&cp->restart, &cp->start, sizeof(cp->restart));
7171 cp->start.schedule.l_paddr = cpu_to_scr(NCB_SCRIPT_PHYS (np, idle));
7594 printk ("start=%08lx, pc=%08lx, end=%08lx\n",
7969 ** It may happen that we cannot insert a scsi command into the start queue,
8077 * start the timer daemon.
8218 np->script0->start[0] =
8276 /* start the timeout daemon */