Home | History | Annotate | Download | only in dev

Lines Matching refs:busy

76 static uint8_t	busy;
97 * device is busy internally and the first SCSI-phase will be delayed.
479 * destined for a target that isn't busy.
484 if ((busy & (1 << req->targ_id)) == 0) {
953 busy |= targ_bit;
990 busy &= ~(1 << reqp->targ_id);
1014 busy &= ~(1 << reqp->targ_id);
1086 busy &= ~(1 << reqp->targ_id);
1185 busy &= ~(1 << reqp->targ_id);
1431 * If 'poll' is true, the function busy-waits until DMA has completed.
1731 busy &= ~(1 << tmp->targ_id);
2061 printf("busy:%x, spl:%04x\n", busy, sps);